aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla-dev')
-rwxr-xr-xmodules/bugzilla-dev/manifests/init.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp
index 5c0d2721..3a42c74c 100755
--- a/modules/bugzilla-dev/manifests/init.pp
+++ b/modules/bugzilla-dev/manifests/init.pp
@@ -62,7 +62,6 @@ class bugzilla-dev {
ensure => directory,
path => '/usr/share/bugzilla',
group => 'apache',
- mode => '0750',
recurse => true,
require => Git::Snapshot[$bugzilla_dev_location],
}