Skip to content

Commit

Permalink
add to hash, but make it variant and optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Feb 15, 2023
1 parent 98b2a2c commit f807813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/ldap_settings.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'port' => Stdlib::Port,
'base_dn' => String[1],
'bind_dn' => String[1],
'bind_dn_password' => Optional[Variant[Sensitive[String[1]],String[1]]],
'ldaps' => Boolean,
}
]

0 comments on commit f807813

Please sign in to comment.