diff options
Diffstat (limited to 'modules/phpbb')
-rw-r--r-- | modules/phpbb/manifests/init.pp | 5 |
1 files changed, 2 insertions, 3 deletions
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": |