diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 22:56:21 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 22:56:21 +0200 |
commit | e6e3c9a6d770d4c90b6b704b58773c3aaa9f2998 (patch) | |
tree | f14bdd1c0d6ac1aab94387b2890bc52cf03350a2 /modules/bugzilla-dev | |
parent | 25a0eb07fcb7b299a3b642678f292b0bf881eff6 (diff) | |
download | puppet-e6e3c9a6d770d4c90b6b704b58773c3aaa9f2998.tar puppet-e6e3c9a6d770d4c90b6b704b58773c3aaa9f2998.tar.gz puppet-e6e3c9a6d770d4c90b6b704b58773c3aaa9f2998.tar.bz2 puppet-e6e3c9a6d770d4c90b6b704b58773c3aaa9f2998.tar.xz puppet-e6e3c9a6d770d4c90b6b704b58773c3aaa9f2998.zip |
Fix file perm
Diffstat (limited to 'modules/bugzilla-dev')
-rwxr-xr-x | modules/bugzilla-dev/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp index 7d4c046c..5c0d2721 100755 --- a/modules/bugzilla-dev/manifests/init.pp +++ b/modules/bugzilla-dev/manifests/init.pp @@ -62,7 +62,7 @@ class bugzilla-dev { ensure => directory, path => '/usr/share/bugzilla', group => 'apache', - mode => '0640', + mode => '0750', recurse => true, require => Git::Snapshot[$bugzilla_dev_location], } |