aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-08 11:54:36 +0000
committerMichael Scherer <misc@mageia.org>2011-03-08 11:54:36 +0000
commita3a24fa5b96dbb5962872a1e3fba60a389b93ced (patch)
treed5ada3afc238956a8a171e4d11c7fb8acfdcdacd /modules/phpbb
parent758ad2e2ab8aca629336fd3c880a310e020c553b (diff)
downloadpuppet-a3a24fa5b96dbb5962872a1e3fba60a389b93ced.tar
puppet-a3a24fa5b96dbb5962872a1e3fba60a389b93ced.tar.gz
puppet-a3a24fa5b96dbb5962872a1e3fba60a389b93ced.tar.bz2
puppet-a3a24fa5b96dbb5962872a1e3fba60a389b93ced.tar.xz
puppet-a3a24fa5b96dbb5962872a1e3fba60a389b93ced.zip
- use the new type for remote database declaration
Diffstat (limited to 'modules/phpbb')
-rw-r--r--modules/phpbb/manifests/init.pp5
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":