Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TuningYourCode committed Jun 12, 2024
1 parent 9d33bc8 commit 860acb6
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 @@ -419,7 +419,7 @@ def insync?(is)

newproperty(:web_authn_policy_authenticator_attachment) do
desc 'webAuthnPolicyAuthenticatorAttachment'
newvalues('plattform', 'cross-plattform', 'not specified')
newvalues('platform', 'cross-platform', 'not specified')
defaultto 'not specified'
munge { |v| v.to_s }
end
Expand Down Expand Up @@ -485,7 +485,7 @@ def insync?(is)

newproperty(:web_authn_policy_passwordless_authenticator_attachment) do
desc 'webAuthnPolicyPasswordlessAuthenticatorAttachment'
newvalues('plattform', 'cross-plattform', 'not specified')
newvalues('platform', 'cross-platform', 'not specified')
defaultto 'not specified'
munge { |v| v.to_s }
end
Expand Down

0 comments on commit 860acb6

Please sign in to comment.