aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-06 14:35:05 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-06 14:35:05 +0200
commitf60fca432d732d54b0aa5a7650f931d40dd3396a (patch)
tree8f6ec6012123d230c2993a5a45a9fde9fdef8f15 /modules/bugzilla-dev
parenta8228510a02f09ce681ef37fed14ae6c767af0a3 (diff)
downloadpuppet-f60fca432d732d54b0aa5a7650f931d40dd3396a.tar
puppet-f60fca432d732d54b0aa5a7650f931d40dd3396a.tar.gz
puppet-f60fca432d732d54b0aa5a7650f931d40dd3396a.tar.bz2
puppet-f60fca432d732d54b0aa5a7650f931d40dd3396a.tar.xz
puppet-f60fca432d732d54b0aa5a7650f931d40dd3396a.zip
Use bugs user
Diffstat (limited to 'modules/bugzilla-dev')
-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 0f010c3d..6732f2e5 100755
--- a/modules/bugzilla-dev/manifests/init.pp
+++ b/modules/bugzilla-dev/manifests/init.pp
@@ -10,7 +10,7 @@ class bugzilla-dev {
$pgsql_password = extlookup('bugzilla_pgsql','x')
$ldap_password = extlookup('bugzilla_ldap','x')
- postgresql::remote_db_and_user { 'bugs-dev':
+ postgresql::remote_db_and_user { 'bugs':
description => 'Bugzilla database',
password => $pgsql_password,
}