diff options
Diffstat (limited to 'ext/debian/puppetmaster.default')
| -rw-r--r-- | ext/debian/puppetmaster.default | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ext/debian/puppetmaster.default b/ext/debian/puppetmaster.default index df50d3864..be2817a03 100644 --- a/ext/debian/puppetmaster.default +++ b/ext/debian/puppetmaster.default @@ -1,11 +1,14 @@ # Defaults for puppetmaster - sourced by /etc/init.d/puppetmaster -# Start puppetmaster on boot? If you are using passenger, you should -# have this set to "no" +# Enable puppetmaster service? +# Setting this to "yes" allows the puppet master service to run. +# Setting this to "no" keeps the puppet master service from running. +# +# If you are using Passenger, you should have this set to "no." START=yes # Startup options DAEMON_OPTS="" -# What port should the puppetmaster listen on (default: 8140). +# On what port should the puppet master listen? (default: 8140) PORT=8140 |
