aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
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],
}