aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-16 23:38:47 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-16 23:38:47 +0200
commit6b258aed587dc8974d643f01bbb822b76eaff6e4 (patch)
treebeb9df38e63f289b4294ceab8e9850f852f18bb0
parent92db99a4c94ce428ad38edad942379dcef16116a (diff)
downloadpuppet-6b258aed587dc8974d643f01bbb822b76eaff6e4.tar
puppet-6b258aed587dc8974d643f01bbb822b76eaff6e4.tar.gz
puppet-6b258aed587dc8974d643f01bbb822b76eaff6e4.tar.bz2
puppet-6b258aed587dc8974d643f01bbb822b76eaff6e4.tar.xz
puppet-6b258aed587dc8974d643f01bbb822b76eaff6e4.zip
Fix layout
-rwxr-xr-xmodules/bugzilla/manifests/init.pp12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index f6f8d2e8..7b684a7c 100755
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -75,12 +75,12 @@ class bugzilla {
require => Git::Snapshot[$bugzilla_location],
}
- file { "$bugzilla_location/data/assets":
- ensure => directory,
- owner => 'apache',
- group => 'apache',
- mode => '0770'
- }
+ file { "$bugzilla_location/data/assets":
+ ensure => directory,
+ owner => 'apache',
+ group => 'apache',
+ mode => '0770'
+ }
file { "$bugzilla_location/robots.txt":