Skip to content

Commit fa9540e

Browse files
committed
set min parameter length in line with review feedback
1 parent 0998784 commit fa9540e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
Optional[Postgresql::Pg_password_encryption] $pg_hba_auth_password_encryption = undef,
186186
Optional[String] $extra_systemd_config = $postgresql::params::extra_systemd_config,
187187

188-
Hash[String, Hash] $databases = {},
188+
Hash[String[1], Hash] $databases = {},
189189
Hash[String, Hash] $roles = {},
190190
Hash[String, Any] $config_entries = {},
191191
Postgresql::Pg_hba_rules $pg_hba_rules = {},

0 commit comments

Comments
 (0)