From 6b258aed587dc8974d643f01bbb822b76eaff6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sun, 16 Apr 2017 23:38:47 +0200 Subject: Fix layout --- modules/bugzilla/manifests/init.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules') 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": -- cgit v1.2.1