aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests/locale_db.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/phpbb/manifests/locale_db.pp')
-rw-r--r--modules/phpbb/manifests/locale_db.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/phpbb/manifests/locale_db.pp b/modules/phpbb/manifests/locale_db.pp
index 57ab360a..8111f18f 100644
--- a/modules/phpbb/manifests/locale_db.pp
+++ b/modules/phpbb/manifests/locale_db.pp
@@ -1,11 +1,11 @@
-define locale_db($tag = 'default',
- $user = $phpbb::base::user) {
+define phpbb::locale_db($tag = 'default',
+ $user = $phpbb::base::user) {
postgresql::database { $name:
description => "$lang db for phpbb forum",
- user => $user,
- tag => $tag,
+ user => $user,
+ tag => $tag,
# this break due to the way it is remotely declared
-# this should only be a issue in case of bootstrapping again
+# this should only be a issue in case of bootstrapping again
# require => Postgresql::User[$user]
}
}