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 d192f76 commit c657ae0Copy full SHA for c657ae0
lib/puppet/functions/postgresql/postgresql_password.rb
@@ -21,7 +21,7 @@
21
required_param 'Variant[String[1], Integer]', :username
22
required_param 'Variant[String[1], Sensitive[String[1]], Integer]', :password
23
optional_param 'Boolean', :sensitive
24
- optional_param "Enum['md5', 'scram-sha-256']", :hash
+ optional_param "Optional[Enum['md5', 'scram-sha-256']]", :hash
25
optional_param 'Optional[Variant[String[1], Integer]]', :salt
26
return_type 'Variant[String, Sensitive[String]]'
27
end
0 commit comments