From: Silvio Rhatto Date: Sat, 23 Jun 2012 20:53:14 +0000 (-0300) Subject: Avoid reparsing of puppet config by just fixing perms if needed (3) X-Git-Tag: 0.1~130 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=57261bb474b12207b4754deb4656e6f6e7d84e73;p=hydra.git Avoid reparsing of puppet config by just fixing perms if needed (3) --- diff --git a/share/hydractl/puppet-update b/share/hydractl/puppet-update index afbd727..0e9e8fe 100755 --- a/share/hydractl/puppet-update +++ b/share/hydractl/puppet-update @@ -21,7 +21,7 @@ if [ -x '/usr/local/sbin/update-puppet-conf.sh' ]; then # 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/.git else echo "Could not find /usr/local/sbin/update-puppet-conf.sh" exit 1