aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/youri-check/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp
index a661726a..e8736d17 100644
--- a/modules/youri-check/manifests/init.pp
+++ b/modules/youri-check/manifests/init.pp
@@ -29,7 +29,7 @@ class youri-check {
$pgsql_password = extlookup('youri_pgsql','x')
postgresql::remote_db_and_user { 'youricauldron':
description => 'Youri cauldron',
- password => $youri_pgsql,
+ password => $pgsql_password,
}
}