Merge "Disable launching etckeeper each puppet run"

This commit is contained in:
Jenkins 2015-10-22 09:59:05 +00:00 committed by Gerrit Code Review
commit 2892f44d28
2 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,8 @@ puppet:
rundir: /var/run/puppet
ssldir: $vardir/ssl
pluginsync: true
prerun_command: /bin/true
postrun_command: /bin/true
agent:
classfile: $vardir/classes.txt
localconfig: $vardir/localconfig

View File

@ -78,6 +78,8 @@ puppet:
rundir: /var/run/puppet
ssldir: $vardir/ssl
pluginsync: true
prerun_command: /bin/true
postrun_command: /bin/true
agent:
classfile: $vardir/classes.txt
localconfig: $vardir/localconfig