aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla/manifests/init.pp')
-rw-r--r--modules/bugzilla/manifests/init.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 05153d87..1a8e6c5b 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -17,14 +17,13 @@ class bugzilla {
$pgsql_password = extlookup("bugzilla_pgsql",'x')
$ldap_password = extlookup("bugzilla_ldap",'x')
- @@postgresql::user { 'bugs':
+ postgresql::remote_user { 'bugs':
password => $pgsql_password,
}
- @@postgresql::database { 'bugs':
+ postgresql::remote_database { 'bugs':
description => "Bugzilla database",
user => "bugs",
- require => Postgresql::User['bugs']
}
file { '/etc/bugzilla/localconfig':