aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev/manifests
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-07 23:10:23 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-07 23:10:23 +0200
commit912963991298e3fb4f0cce99de3668af6134eaee (patch)
tree5bd59dec4f363c3ded7a11b51041740fde49850b /modules/bugzilla-dev/manifests
parentbb8a7084de4a57686e4ac3730fc640ebe8a7fd03 (diff)
downloadpuppet-912963991298e3fb4f0cce99de3668af6134eaee.tar
puppet-912963991298e3fb4f0cce99de3668af6134eaee.tar.gz
puppet-912963991298e3fb4f0cce99de3668af6134eaee.tar.bz2
puppet-912963991298e3fb4f0cce99de3668af6134eaee.tar.xz
puppet-912963991298e3fb4f0cce99de3668af6134eaee.zip
Use new params file
Diffstat (limited to 'modules/bugzilla-dev/manifests')
-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':