diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/youri-check/manifests/init.pp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index f6e11494..a661726a 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -26,15 +26,14 @@ class youri-check { package { ['youri-check', 'perl-DBD-Pg', 'perl-Youri-Media']: } + $pgsql_password = extlookup('youri_pgsql','x') + postgresql::remote_db_and_user { 'youricauldron': + description => 'Youri cauldron', + password => $youri_pgsql, + } } - $pgsql_password = extlookup('youri_pgsql','x') - postgresql::remote_db_and_user { 'youricauldron': - description => 'Youri cauldron', - password => $youri_pgsql, - } - define config($version) { include youri-check::base |