blob: 535f61c3a998fa557a4871bd448382b7ad54849e (
plain)
1
2
3
4
5
6
7
8
9
|
# Defaults for puppet - sourced by /etc/init.d/puppet
# Enable puppet agent service?
# Setting this to "yes" allows the puppet agent service to run.
# Setting this to "no" keeps the puppet agent service from running.
START=no
# Startup options
DAEMON_OPTS=""
|