OP#203 add bouncer to installation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user