aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'modules/phpbb')
-rw-r--r--modules/phpbb/manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp
index 36b8a140..0e0dff0d 100644
--- a/modules/phpbb/manifests/init.pp
+++ b/modules/phpbb/manifests/init.pp
@@ -91,7 +91,9 @@ class phpbb {
description => "$lang db for phpbb forum",
user => $user,
tag => $tag,
- require => Postgresql::User[$user]
+ # this break due to the way it is remotely declared
+ # this should only be a issue in case of bootstrapping again
+ # require => Postgresql::User[$user]
}
}