From 79bc5bce37f926243ef373996ddc22d641fc373a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Wed, 29 Mar 2017 11:44:10 +0200 Subject: Fix database name --- modules/bugzilla/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 modules/bugzilla/manifests/init.pp (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp old mode 100644 new mode 100755 index 06c53abc..ca5e7ea7 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -12,7 +12,7 @@ class bugzilla { $pgsql_password = extlookup('bugzilla_pgsql','x') $ldap_password = extlookup('bugzilla_ldap','x') - postgresql::remote_db_and_user { 'bugs': + postgresql::remote_db_and_user { 'bugs-dev': description => 'Bugzilla database', password => $pgsql_password, } -- cgit v1.2.1