From b9bc8c05bafca0c7e93030d67a4141b225ce80a3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 23 Feb 2011 15:45:33 -0300 Subject: Keep sane permissions at puppet dir (2) --- files/update-puppet-conf.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'files/update-puppet-conf.sh') diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh index 65d5411..7c9efe6 100644 --- a/files/update-puppet-conf.sh +++ b/files/update-puppet-conf.sh @@ -17,3 +17,4 @@ git submodule update --init git clean -d -f find ${PUPPET_DIR} -type f -exec chmod 640 {} \; +find ${PUPPET_DIR} -type d -exec chmod 750 {} \; -- cgit v1.2.3