3
0

OP#203 add bouncer to installation

This commit is contained in:
12ww1160
2025-12-04 20:58:19 +01:00
parent 6a8e2f2e35
commit 9df1304812
3 changed files with 11 additions and 2 deletions

View File

@@ -18,6 +18,11 @@ class confdroid_postgresql::main::install (
ensure => $pkg_ensure,
}
}
if $pl_use_pg_bouncer == true {
package { $reqpackages_bouncer:
ensure => $pkg_ensure,
}
}
}
if $fqdn != $pl_server_fqdn {