Sha256: 3550f7f4ceb1a54f1cfe3bb9a9b9c3965aa92fed7e1591fed4be6cee183b799c
Contents?: true
Size: 431 Bytes
Versions: 53
Compression:
Stored size: 431 Bytes
Contents
# a config.ru, for use with every rack-compatible webserver. # SSL needs to be handled outside this, though. # if puppet is not in your RUBYLIB: # $:.unshift('/opt/puppet/lib') $0 = "master" # if you want debugging: # ARGV << "--debug" ARGV << "--rack" require 'puppet/application/master' # we're usually running inside a Rack::Builder.new {} block, # therefore we need to call run *here*. run Puppet::Application[:master].run
Version data entries
53 entries across 53 versions & 3 rubygems