aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-07 22:56:21 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-07 22:56:21 +0200
commite6e3c9a6d770d4c90b6b704b58773c3aaa9f2998 (patch)
treef14bdd1c0d6ac1aab94387b2890bc52cf03350a2 /modules/bugzilla-dev
parent25a0eb07fcb7b299a3b642678f292b0bf881eff6 (diff)
downloadpuppet-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-xmodules/bugzilla-dev/manifests/init.pp2
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],
}