diff options
Diffstat (limited to 'modules/transifex/manifests/init.pp')
-rw-r--r-- | modules/transifex/manifests/init.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp index 73322e9d..32069430 100644 --- a/modules/transifex/manifests/init.pp +++ b/modules/transifex/manifests/init.pp @@ -8,8 +8,8 @@ class transifex { path => "/etc/transifex/20-engines.conf", ensure => present, owner => root, - group => root, - mode => 755, + group => apache, + mode => 640, content => template("transifex/20-engines.conf") } @@ -18,7 +18,7 @@ class transifex { ensure => present, owner => root, group => root, - mode => 755, + mode => 644, content => template("transifex/30-site.conf") } |