]> gitweb.fluxo.info Git - hydra.git/commitdiff
Avoid reparsing of puppet config by just fixing perms if needed (3)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 23 Jun 2012 20:53:14 +0000 (17:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 23 Jun 2012 20:53:14 +0000 (17:53 -0300)
share/hydractl/puppet-update

index afbd727b1665a65be1428541950e9490baee4fd8..0e9e8fe06e0782e186ad2ffadbc0aafc3bb51c2d 100755 (executable)
@@ -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