Disable launching etckeeper each puppet run

etckeeper is not installed or configured on deployed nodes, so it should
be replaced with a dummy command that will return 0

Change-Id: I0ced09f9cedcdb81eb3281168fed8b15f61d1e99
Closes-bug: #1504191
This commit is contained in:
Kyrylo Galanov 2015-10-15 15:43:50 +03:00
parent d7f052ecc8
commit 34de47281d
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