aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/transifex/manifests/init.pp')
-rw-r--r--modules/transifex/manifests/init.pp5
1 files changed, 2 insertions, 3 deletions
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":