aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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