diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-23 17:53:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-23 17:53:14 -0300 |
commit | 57261bb474b12207b4754deb4656e6f6e7d84e73 (patch) | |
tree | 2d66c6eba4fc92fb2c8e9586a393bdbd2ead281d /share | |
parent | 8ee212f4e5d675c46901057a015caf3506a9a55d (diff) | |
download | hydra-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-x | share/hydractl/puppet-update | 2 |
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 |