diff --git a/manifests/init.pp b/manifests/init.pp index 8a41720b1a2591e05fb53743ef10edcbc3e900a8..7a73ad227fd1fbc1efd3cb80959336c9f463c820 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,