diff options
Diffstat (limited to 'app-admin/puppet/files/puppetmaster.confd')
-rw-r--r-- | app-admin/puppet/files/puppetmaster.confd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app-admin/puppet/files/puppetmaster.confd b/app-admin/puppet/files/puppetmaster.confd new file mode 100644 index 000000000000..812967e80158 --- /dev/null +++ b/app-admin/puppet/files/puppetmaster.confd @@ -0,0 +1,9 @@ +# Location of PID files +PUPPETMASTER_PID_DIR="/var/run/puppet" + +# 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" |