We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c4e7d commit 8cd78d0Copy full SHA for 8cd78d0
manifests/database/postgresql_ssl_rules.pp
@@ -4,7 +4,7 @@
4
define puppetdb::database::postgresql_ssl_rules (
5
String $database_name,
6
String $database_username,
7
- String $postgres_version,
+ String[2,3] $postgres_version,
8
String $puppetdb_server,
9
) {
10
$identity_map_key = "${database_name}-${database_username}-map"
0 commit comments