diff options
Diffstat (limited to 'modules/youri-check')
-rw-r--r-- | modules/youri-check/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index 4f6bf0d5..2d9ed37c 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -49,7 +49,7 @@ class youri-check { class report inherits base { file { "$outdir": ensure => directory, - owner => apache, + owner => youri, mode => 755 } |