]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Keep sane permissions at puppet dir
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 23 Feb 2011 18:28:30 +0000 (15:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 23 Feb 2011 18:28:30 +0000 (15:28 -0300)
files/update-puppet-conf.sh

index dddae9406ad0fb2ecb4ab79fef2b60168166eee1..65d5411214a4176e3bc72ab09924b4f154b02a27 100644 (file)
@@ -15,3 +15,5 @@ git pull ${ORIGIN_DIR} master
 git checkout -f
 git submodule update --init
 git clean -d -f
+
+find ${PUPPET_DIR} -type f -exec chmod 640 {} \;