From bf8faa964c43f9496071483bff5550cc3a4114d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sat, 15 Apr 2017 22:07:01 +0200 Subject: Fix typo in pgsql_password --- modules/youri-check/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } } -- cgit v1.2.1