aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-06-23 17:53:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-06-23 17:53:14 -0300
commit57261bb474b12207b4754deb4656e6f6e7d84e73 (patch)
tree2d66c6eba4fc92fb2c8e9586a393bdbd2ead281d /share
parent8ee212f4e5d675c46901057a015caf3506a9a55d (diff)
downloadhydra-57261bb474b12207b4754deb4656e6f6e7d84e73.tar.gz
hydra-57261bb474b12207b4754deb4656e6f6e7d84e73.tar.bz2
Avoid reparsing of puppet config by just fixing perms if needed (3)
Diffstat (limited to 'share')
-rwxr-xr-xshare/hydractl/puppet-update2
1 files changed, 1 insertions, 1 deletions
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