From 74997073368c4a5d6c474e7ca470580f63d7895e Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Fri, 5 Dec 2025 15:09:55 +0100 Subject: [PATCH] add example --- manifests/bouncer/bouncer.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/bouncer/bouncer.pp b/manifests/bouncer/bouncer.pp index cfb8092..0559f25 100644 --- a/manifests/bouncer/bouncer.pp +++ b/manifests/bouncer/bouncer.pp @@ -2,6 +2,11 @@ # Module name: confdroid_postgresql # Author: 12ww1160 (12ww1160@confdroid.com) # @summary Class manages the pgbouncer service +# @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', +# } ############################################################################### class confdroid_postgresql::bouncer::bouncer (