diff options
Diffstat (limited to 'conf/gentoo/conf.d/puppetmaster')
| -rw-r--r-- | conf/gentoo/conf.d/puppetmaster | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/gentoo/conf.d/puppetmaster b/conf/gentoo/conf.d/puppetmaster new file mode 100644 index 000000000..988551ebb --- /dev/null +++ b/conf/gentoo/conf.d/puppetmaster @@ -0,0 +1,12 @@ +# Location of PID files +PUPPETMASTER_PID_DIR=/var/run/puppet + +# 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 other parameters to the puppetmaster here +#PUPPETMASTER_EXTRA_OPTS=--noca |
