From 4bfba45e78d64412e57bc4b21d4652fbeb079d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sat, 15 Apr 2017 22:12:44 +0200 Subject: Try a better fix for db creation --- modules/youri-check/manifests/init.pp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'modules') 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, - } } -- cgit v1.2.1