aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/youri-check/manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp
index 8f9b7d06..f6e11494 100644
--- a/modules/youri-check/manifests/init.pp
+++ b/modules/youri-check/manifests/init.pp
@@ -28,6 +28,13 @@ class youri-check {
}
+
+ $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