aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/manifests/init.pp8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp
index 564bfbe9..86f4b9da 100644
--- a/modules/transifex/manifests/init.pp
+++ b/modules/transifex/manifests/init.pp
@@ -9,13 +9,9 @@ class transifex {
$templates_dir = "/var/lib/transifex/templates"
- postgresql::remote_user { 'transifex':
- password => $pgsql_password,
- }
-
- postgresql::remote_database { 'transifex':
+ postgresql::remote_db_and_user { 'transifex':
description => "Transifex database",
- user => "transifex",
+ password => $pgsql_password,
}
file { "20-engines.conf":