diff options
Diffstat (limited to 'modules/bugzilla-dev/manifests/init.pp')
-rwxr-xr-x | modules/bugzilla-dev/manifests/init.pp | 10 |
1 files changed, 10 insertions, 0 deletions
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', |