From 2b5f5d9b7c8f3d914f141ad17d80d588b0e14e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sat, 15 Apr 2017 21:37:46 +0200 Subject: Try to create youricauldron db --- modules/youri-check/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.1