Newer
Older
# $Id: puppet.default.erb 17279 2009-08-04 18:54:52Z digant $
#
# Default file for the puppet client daemon
<% if pm then -%>
# Used by the puppetmasters
KRB5CCNAME=/var/run/puppet/puppet.tgt; export KRB5CCNAME
<% end -%>
<% if in_noop then -%>
# Used on systems where Puppet shouldn't make changes, only notify the
# reports list that there are changes pending.
PUPPET_EXTRA_OPTS="--noop"; export PUPPET_EXTRA_OPTS
# This is the variable needed on Debian.
DAEMON_OPTS="--noop"
<% end -%>
START=<%= start %>