diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 14:35:05 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 14:35:05 +0200 |
commit | f60fca432d732d54b0aa5a7650f931d40dd3396a (patch) | |
tree | 8f6ec6012123d230c2993a5a45a9fde9fdef8f15 /modules/bugzilla-dev/manifests | |
parent | a8228510a02f09ce681ef37fed14ae6c767af0a3 (diff) | |
download | puppet-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/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 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, } |