diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 22:56:58 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 22:56:58 +0200 |
commit | 0752a9d7e3096c846d5b62582cfdb100d61cc35d (patch) | |
tree | 9d789fef9dbd27405e73c2552af9b71503f330f3 | |
parent | e6e3c9a6d770d4c90b6b704b58773c3aaa9f2998 (diff) | |
download | puppet-0752a9d7e3096c846d5b62582cfdb100d61cc35d.tar puppet-0752a9d7e3096c846d5b62582cfdb100d61cc35d.tar.gz puppet-0752a9d7e3096c846d5b62582cfdb100d61cc35d.tar.bz2 puppet-0752a9d7e3096c846d5b62582cfdb100d61cc35d.tar.xz puppet-0752a9d7e3096c846d5b62582cfdb100d61cc35d.zip |
Let checksetup handle files
-rwxr-xr-x | modules/bugzilla-dev/manifests/init.pp | 1 |
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], } |