diff options
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index c07d4ea2..1d1fd8a0 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -45,6 +45,12 @@ class bugzilla { mode => '0640', content => template('bugzilla/params.json') } + file { "$bugzilla_location/graphs": + ensure => directory, + owner => 'apache', + group => 'apache', + mode => '0770' + } apache::webapp_other { 'bugzilla': webapp_file => 'bugzilla/webapp_bugzilla.conf', |