From 618544db013f7d807929109388d847cd6c8b8050 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Fri, 5 Dec 2025 15:15:38 +0100 Subject: [PATCH] add example --- manifests/bouncer/bouncer.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/bouncer/bouncer.pp b/manifests/bouncer/bouncer.pp index 0559f25..9442392 100644 --- a/manifests/bouncer/bouncer.pp +++ b/manifests/bouncer/bouncer.pp @@ -5,7 +5,8 @@ # @example confdroid_postgresql::bouncer::bouncer_rule { 'test connection': # pl_bouncer_db_name => 'test', # pl_bouncer_host => '127.0.0.7', -# pl_bouncer_port => 'test_user', +# pl_bouncer_port => '5432', +# pl_bouncer_user => 'test_user', # } ############################################################################### class confdroid_postgresql::bouncer::bouncer (