We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b2b849 + 36674b3 commit dbfffd8Copy full SHA for dbfffd8
1 file changed
manifests/server/config_entry.pp
@@ -5,9 +5,9 @@
5
# @param path Path for postgresql.conf
6
#
7
define postgresql::server::config_entry (
8
- Enum['present', 'absent'] $ensure = 'present',
9
- Optional[Variant[String[1], Numeric]] $value = undef,
10
- Variant[Boolean, String[1]] $path = false
+ Enum['present', 'absent'] $ensure = 'present',
+ Optional[Variant[String[1], Numeric, Array[String[1]]]] $value = undef,
+ Variant[Boolean, String[1]] $path = false
11
) {
12
$postgresql_conf_path = $postgresql::server::postgresql_conf_path
13
0 commit comments