summaryrefslogtreecommitdiff
path: root/files/sysconfig/puppetmaster
diff options
context:
space:
mode:
Diffstat (limited to 'files/sysconfig/puppetmaster')
-rw-r--r--files/sysconfig/puppetmaster30
1 files changed, 30 insertions, 0 deletions
diff --git a/files/sysconfig/puppetmaster b/files/sysconfig/puppetmaster
new file mode 100644
index 0000000..1966e30
--- /dev/null
+++ b/files/sysconfig/puppetmaster
@@ -0,0 +1,30 @@
+# Location of the main manifest
+#PUPPETMASTER_MANIFEST=/etc/puppet/manifests/site.pp
+
+# Where to log general messages to.
+# Specify syslog to send log messages to the system log.
+#PUPPETMASTER_LOG=syslog
+
+# You may specify an alternate port or an array of ports on which
+# puppetmaster should listen. Default is: 8140
+# If you specify more than one port, the puppetmaster ist automatically
+# started with the servertype set to mongrel. This might be interesting
+# if you'd like to run your puppetmaster in a loadbalanced cluster.
+# Please note: this won't setup nor start any loadbalancer.
+# If you'd like to run puppetmaster with mongrel as servertype but only
+# on one (specified) port, you have to add --servertype=mongrel to
+# PUPPETMASTER_EXTRA_OPTS.
+# Default: Empty (Puppetmaster isn't started with mongrel, nor on a
+# specific port)
+#PUPPETMASTER_PORTS=""
+# Puppetmaster on a different port, run with standard webrick servertype
+#PUPPETMASTER_PORTS="8141"
+# Example with multiple ports which will start puppetmaster with mongrel
+# as a servertype
+#PUPPETMASTER_PORTS=( 18140 18141 18142 18143 )
+
+# You may specify an alternate pid directory.
+#PUPPETMASTER_PID_DIR=/var/run/puppet
+
+# You may specify other parameters to the puppetmaster here
+#PUPPETMASTER_EXTRA_OPTS=--noca