From b92adde6480d010509c7151b3052b8298c7f8974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Thu, 23 Mar 2017 21:53:36 +0100 Subject: Make sure bugzilla folder exist --- modules/bugzilla-dev/manifests/init.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules') diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp index bece4cf4..27401350 100755 --- a/modules/bugzilla-dev/manifests/init.pp +++ b/modules/bugzilla-dev/manifests/init.pp @@ -56,6 +56,16 @@ class bugzilla { source => "git://git.${::domain}/web/templates/bugzilla" } + + file { 'Mageia': + ensure => directory, + path => '/usr/share/bugzilla', + group => 'apache', + mode => '0640', + recurse => true, + require => Git::Snapshot[$bugzilla_location], + } + file { 'Mageia': ensure => directory, path => '/usr/share/bugzilla/extensions', -- cgit v1.2.1