aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla-dev/manifests/init.pp')
-rwxr-xr-xmodules/bugzilla-dev/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp
index 3a42c74c..c6623872 100755
--- a/modules/bugzilla-dev/manifests/init.pp
+++ b/modules/bugzilla-dev/manifests/init.pp
@@ -31,10 +31,10 @@ class bugzilla-dev {
}
- file { '/usr/share/bugzilla/data/params':
+ file { '/usr/share/bugzilla/data/params.json':
group => 'apache',
mode => '0640',
- content => template('bugzilla-dev/params')
+ content => template('bugzilla-dev/params.json')
}
apache::webapp_other { 'bugzilla-dev':