diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/update-puppet-conf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 {} \; |