blob: be2817a03aa7089f533d56e16d48d8b56365290f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Defaults for puppetmaster - sourced by /etc/init.d/puppetmaster
# 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=""
# On what port should the puppet master listen? (default: 8140)
PORT=8140
|