From 71311cee9a48f0d5c2f472539c3cde4a88dc6deb Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 19 Mar 2012 18:01:04 +0000 Subject: quick commit to unbreak alamut puppet application --- modules/phpbb/manifests/locale_db.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules') 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] } } -- cgit v1.2.1