From bc70dfc5ff9a112d2467b0671deb943ea3d52b36 Mon Sep 17 00:00:00 2001
From: Matthieu Faure <mfaure@asqatasun.org>
Date: Sun, 17 Mar 2019 13:28:58 +0100
Subject: [PATCH] Postgres connection validation: remove host & port

---
 manifests/init.pp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index 8a41720..7a73ad2 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -54,8 +54,8 @@ class comptoir (
 
   # TODO add a connection validation
   postgresql_conn_validator { 'validate my postgres connection':
-    host        => $comptoir_db_host,
-    port        => $comptoir_db_port,
+    # host        => $comptoir_db_host,
+    # port        => $comptoir_db_port,
     db_username => $comptoir_db_user,
     db_password => $comptoir_db_password,
     db_name     => $comptoir_db_name,
-- 
GitLab