bab6fcad3c
Now that we've got base server stuff rewritten in ansible, remove the old puppet versions. Depends-On: https://review.openstack.org/588326 Change-Id: I5c82fe6fd25b9ddaa77747db377ffa7e8bf23c7b
10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
# 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=""
|