Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TuningYourCode committed Jun 11, 2024
1 parent 595989f commit 315cfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/puppet/type/keycloak_realm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def insync?(is)

newproperty(:web_authn_policy_user_verification_requirement) do
desc 'webAuthnPolicyUserVerificationRequirement'
newvalues(:required, :preferred, :discouraged, 'not specified')
newvalues('REQUIRED', 'PREFERRED', 'DISCOURAGED', 'not specified')
defaultto 'not specified'
end

Expand Down Expand Up @@ -484,7 +484,7 @@ def insync?(is)

newproperty(:web_authn_policy_passwordless_user_verification_requirement) do
desc 'webAuthnPolicyPasswordlessUserVerificationRequirement'
newvalues(:required, :preferred, :discouraged, 'not specified')
newvalues('REQUIRED', 'PREFERRED', 'DISCOURAGED', 'not specified')
defaultto 'not specified'
end

Expand Down

0 comments on commit 315cfc7

Please sign in to comment.