Skip to content

Commit

Permalink
Parameter from optional to empty hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Mar 14, 2024
1 parent daba315 commit 060e4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
Optional[Hdm::Gitdata] $git_data = undef,
Optional[Hdm::Ldap_settings] $ldap_settings = undef,
Optional[Sensitive[String[1]]] $ldap_bind_dn_password = undef,
Optional[Hash[String,Enum['yaml', 'eyaml']]] $custom_lookup_function = undef,
Hash[String[1],Enum['yaml', 'eyaml']] $custom_lookup_function = {},
) {
if $ldap_settings {
if $ldap_bind_dn_password {
Expand Down

0 comments on commit 060e4eb

Please sign in to comment.