add support for extensions
This commit is contained in:
@@ -13,6 +13,11 @@ class postgresql_cd::main::install (
|
||||
package { $reqpackages_client:
|
||||
ensure => $pkg_ensure,
|
||||
}
|
||||
if $pl_manage_extensions == true {
|
||||
package { $reqpackages_extensions:
|
||||
ensure => $pkg_ensure,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if $fqdn != $pl_server_fqdn {
|
||||
|
||||
Reference in New Issue
Block a user