Skip to content

Commit

Permalink
Enforce hash param
Browse files Browse the repository at this point in the history
  • Loading branch information
romdav00 committed Jan 17, 2019
1 parent 6fdba3a commit 1ed0fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/postgres_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
String[1] $version,
String[1] $data_source_uri,
Enum['custom', 'env', 'file'] $postgres_auth_method,
Hash[String,String] $data_source_custom = {},
Hash[String[1],String[1]] $data_source_custom = {},
Boolean $purge_config_dir = true,
Boolean $restart_on_change = true,
Boolean $service_enable = true,
Expand Down

0 comments on commit 1ed0fc0

Please sign in to comment.