diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 22:20:02 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 22:20:02 +0200 |
commit | b97bd7956002700fec070238fa3b68252ddea340 (patch) | |
tree | 3f29d1f9734296c2c1b3adf0d26209f7becf0e72 /modules/bugzilla-dev/manifests | |
parent | a69e59797d028b5fd32f631f619ec79c364623cc (diff) | |
download | puppet-b97bd7956002700fec070238fa3b68252ddea340.tar puppet-b97bd7956002700fec070238fa3b68252ddea340.tar.gz puppet-b97bd7956002700fec070238fa3b68252ddea340.tar.bz2 puppet-b97bd7956002700fec070238fa3b68252ddea340.tar.xz puppet-b97bd7956002700fec070238fa3b68252ddea340.zip |
Fix params location
Diffstat (limited to 'modules/bugzilla-dev/manifests')
-rwxr-xr-x | modules/bugzilla-dev/manifests/init.pp | 2 |
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') |