aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/youri-check/manifests/init.pp6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp
index e8736d17..30b91171 100644
--- a/modules/youri-check/manifests/init.pp
+++ b/modules/youri-check/manifests/init.pp
@@ -4,6 +4,7 @@ class youri-check {
$user = 'youri'
$home = '/var/lib/youri'
$home_check = '/var/www/youri-check'
+ $pgsql_password = extlookup('youri_pgsql','x')
user { $user:
comment => 'Youri Check',
@@ -26,11 +27,6 @@ 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 => $pgsql_password,
- }
}