aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla-dev')
-rwxr-xr-xmodules/bugzilla-dev/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp
index 6b0464f7..813af73d 100755
--- a/modules/bugzilla-dev/manifests/init.pp
+++ b/modules/bugzilla-dev/manifests/init.pp
@@ -23,7 +23,7 @@ class bugzilla-dev {
password => $pgsql_password,
}
- file { '/etc/bugzilla/localconfig':
+ file { '/usr/share/bugzilla/localconfig':
group => 'apache',
mode => '0640',
content => template('bugzilla-dev/localconfig')