aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-08 11:54:36 +0000
committerMichael Scherer <misc@mageia.org>2011-03-08 11:54:36 +0000
commita3a24fa5b96dbb5962872a1e3fba60a389b93ced (patch)
treed5ada3afc238956a8a171e4d11c7fb8acfdcdacd /modules/transifex/manifests
parent758ad2e2ab8aca629336fd3c880a310e020c553b (diff)
downloadpuppet-a3a24fa5b96dbb5962872a1e3fba60a389b93ced.tar
puppet-a3a24fa5b96dbb5962872a1e3fba60a389b93ced.tar.gz
puppet-a3a24fa5b96dbb5962872a1e3fba60a389b93ced.tar.bz2
puppet-a3a24fa5b96dbb5962872a1e3fba60a389b93ced.tar.xz
puppet-a3a24fa5b96dbb5962872a1e3fba60a389b93ced.zip
- use the new type for remote database declaration
Diffstat (limited to 'modules/transifex/manifests')
-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":