aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-07 22:20:02 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-07 22:20:02 +0200
commitb97bd7956002700fec070238fa3b68252ddea340 (patch)
tree3f29d1f9734296c2c1b3adf0d26209f7becf0e72
parenta69e59797d028b5fd32f631f619ec79c364623cc (diff)
downloadpuppet-b97bd7956002700fec070238fa3b68252ddea340.tar
puppet-b97bd7956002700fec070238fa3b68252ddea340.tar.gz
puppet-b97bd7956002700fec070238fa3b68252ddea340.tar.bz2
puppet-b97bd7956002700fec070238fa3b68252ddea340.tar.xz
puppet-b97bd7956002700fec070238fa3b68252ddea340.zip
Fix params location
-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 b6f00e2b..da59ffe7 100755
--- a/modules/bugzilla-dev/manifests/init.pp
+++ b/modules/bugzilla-dev/manifests/init.pp
@@ -30,7 +30,7 @@ class bugzilla-dev {
}
- file { '/var/lib/bugzilla/params':
+ file { '/usr/share/bugzilla/data/params':
group => 'apache',
mode => '0640',
content => template('bugzilla-dev/params')