diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/youri-check/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index 16d9d4dc..fa9cb9bb 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -79,6 +79,7 @@ class youri-check { file { "$outdir": ensure => directory, owner => $base::user, + mode => 755, } cron { "check_$version": |