From: Silvio Rhatto Date: Sat, 23 Jun 2012 20:14:58 +0000 (-0300) Subject: Avoid reparsing of puppet config by just fixing perms if needed (2) X-Git-Tag: 0.1~132 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b113fdd909995127ab626406dd0de75f8d4c0670;p=hydra.git Avoid reparsing of puppet config by just fixing perms if needed (2) --- diff --git a/share/hydractl/puppet-update b/share/hydractl/puppet-update index bd56997..afbd727 100755 --- a/share/hydractl/puppet-update +++ b/share/hydractl/puppet-update @@ -20,7 +20,8 @@ if [ -x '/usr/local/sbin/update-puppet-conf.sh' ]; then /usr/local/sbin/update-puppet-conf.sh # Avoid reparsing of puppet config by just fixing perms if needed. - chown --from=root:root -R puppet.puppet /etc/puppet + chown --from=root:root -R puppet.puppet /etc/puppet/* + chown --from=root:root -R puppet.puppet /etc/puppet/.* else echo "Could not find /usr/local/sbin/update-puppet-conf.sh" exit 1