From a3a24fa5b96dbb5962872a1e3fba60a389b93ced Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 8 Mar 2011 11:54:36 +0000 Subject: - use the new type for remote database declaration --- modules/phpbb/manifests/init.pp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/phpbb') diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 9ac8f562..a674baf7 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -29,7 +29,7 @@ class phpbb { } $pgsql_password = extlookup("phpbb_pgsql",'x') - @@postgresql::user { $user: + postgresql::remote_user { $user: password => $pgsql_password, } @@ -120,10 +120,9 @@ class phpbb { } - @@postgresql::database { $database: + postgresql::remote_database { $database: description => "Phpbb database", user => $user, - require => Postgresql::User[$user] } phpbb_config { "ldap_user": -- cgit v1.2.1