diff options
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/bugzilla-dev/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp index 6732f2e5..c258e3e4 100755 --- a/modules/bugzilla-dev/manifests/init.pp +++ b/modules/bugzilla-dev/manifests/init.pp @@ -33,7 +33,7 @@ class bugzilla-dev { } $bugs_vhost = "bugs-dev.${::domain}" - $vhost_root = '/usr/share/bugzilla/www' + $vhost_root = '/usr/share/bugzilla' apache::vhost::redirect_ssl { $bugs_vhost: } @@ -58,7 +58,7 @@ class bugzilla-dev { require => Git::Snapshot[$bugzilla_location], } - file { '/usr/share/bugzilla/www/robots.txt': + file { '/usr/share/bugzilla/robots.txt': group => 'apache', mode => '0640', content => template('bugzilla/robots.txt') |