diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 15:11:04 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 15:11:04 +0200 |
commit | 630966b84923bf8f64c46ba7e87ffbc03db29246 (patch) | |
tree | 96b287544b6b00d77af1068cf20e616cb9223b29 /modules/bugzilla-dev | |
parent | 054ab2c41dd772a646ea1d3c58e51bf33e28d037 (diff) | |
download | puppet-630966b84923bf8f64c46ba7e87ffbc03db29246.tar puppet-630966b84923bf8f64c46ba7e87ffbc03db29246.tar.gz puppet-630966b84923bf8f64c46ba7e87ffbc03db29246.tar.bz2 puppet-630966b84923bf8f64c46ba7e87ffbc03db29246.tar.xz puppet-630966b84923bf8f64c46ba7e87ffbc03db29246.zip |
Fix localconfig path
Diffstat (limited to 'modules/bugzilla-dev')
-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 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') |