aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-07 22:56:58 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-07 22:56:58 +0200
commit0752a9d7e3096c846d5b62582cfdb100d61cc35d (patch)
tree9d789fef9dbd27405e73c2552af9b71503f330f3 /modules/bugzilla-dev
parente6e3c9a6d770d4c90b6b704b58773c3aaa9f2998 (diff)
downloadpuppet-0752a9d7e3096c846d5b62582cfdb100d61cc35d.tar
puppet-0752a9d7e3096c846d5b62582cfdb100d61cc35d.tar.gz
puppet-0752a9d7e3096c846d5b62582cfdb100d61cc35d.tar.bz2
puppet-0752a9d7e3096c846d5b62582cfdb100d61cc35d.tar.xz
puppet-0752a9d7e3096c846d5b62582cfdb100d61cc35d.zip
Let checksetup handle files
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],
}