Skip to content

Commit 50df608

Browse files
committedMay 2, 2023
(CONT-950) - Opt for Numeric data type
1 parent d0ff0ac commit 50df608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎manifests/server/config_entry.pp

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# @param path Path for postgresql.conf
66
#
77
define postgresql::server::config_entry (
8-
Enum['present', 'absent'] $ensure = 'present',
9-
Optional[Variant[String[1], Integer, Float]] $value = undef,
10-
Variant[Boolean, String[1]] $path = false
8+
Enum['present', 'absent'] $ensure = 'present',
9+
Optional[Variant[String[1], Numeric]] $value = undef,
10+
Variant[Boolean, String[1]] $path = false
1111
) {
1212
$postgresql_conf_path = $postgresql::server::postgresql_conf_path
1313

0 commit comments

Comments
 (0)