From a3a24fa5b96dbb5962872a1e3fba60a389b93ced Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 8 Mar 2011 11:54:36 +0000 Subject: - use the new type for remote database declaration --- modules/transifex/manifests/init.pp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/transifex/manifests') diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp index d6adf52b..564bfbe9 100644 --- a/modules/transifex/manifests/init.pp +++ b/modules/transifex/manifests/init.pp @@ -9,14 +9,13 @@ class transifex { $templates_dir = "/var/lib/transifex/templates" - @@postgresql::user { 'transifex': + postgresql::remote_user { 'transifex': password => $pgsql_password, } - @@postgresql::database { 'transifex': + postgresql::remote_database { 'transifex': description => "Transifex database", user => "transifex", - require => Postgresql::User['transifex'] } file { "20-engines.conf": -- cgit v1.2.1