Skip to content

Commit 8cd78d0

Browse files
committed
use stricter String[2,3] datatype for $postgres_version
1 parent b1c4e7d commit 8cd78d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/database/postgresql_ssl_rules.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
define puppetdb::database::postgresql_ssl_rules (
55
String $database_name,
66
String $database_username,
7-
String $postgres_version,
7+
String[2,3] $postgres_version,
88
String $puppetdb_server,
99
) {
1010
$identity_map_key = "${database_name}-${database_username}-map"

0 commit comments

Comments
 (0)