We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a7809 commit 6084f19Copy full SHA for 6084f19
lib/puppet/functions/postgresql/postgresql_password.rb
@@ -24,7 +24,7 @@
24
required_param 'Variant[String[1], Integer]', :username
25
required_param 'Variant[String[1], Sensitive[String[1]], Integer]', :password
26
optional_param 'Boolean', :sensitive
27
- optional_param 'Optional[Postgresql::Pg_password_encryption]', :hash
+ optional_param 'Optional[Enum["md5", "scram-sha-256"]]', :hash
28
optional_param 'Optional[Variant[String[1], Integer]]', :salt
29
return_type 'Variant[String, Sensitive[String]]'
30
end
0 commit comments