From 36674b3d4727e430793baa2b87da923cb59b364a Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Tue, 9 May 2023 08:16:46 +0000 Subject: [PATCH] (GH-1426) - Update value to accept array --- manifests/server/config_entry.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/server/config_entry.pp b/manifests/server/config_entry.pp index 607ef3ca20..b9650afa96 100644 --- a/manifests/server/config_entry.pp +++ b/manifests/server/config_entry.pp @@ -5,9 +5,9 @@ # @param path Path for postgresql.conf # define postgresql::server::config_entry ( - Enum['present', 'absent'] $ensure = 'present', - Optional[Variant[String[1], Numeric]] $value = undef, - 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 ) { $postgresql_conf_path = $postgresql::server::postgresql_conf_path