From 860acb6bd7496860b1d6fe7fd27b2f6ed28bf8b2 Mon Sep 17 00:00:00 2001 From: Stephan Eicher Date: Wed, 12 Jun 2024 16:41:03 +0200 Subject: [PATCH] Fix --- lib/puppet/type/keycloak_realm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/puppet/type/keycloak_realm.rb b/lib/puppet/type/keycloak_realm.rb index b6129339..54455d56 100644 --- a/lib/puppet/type/keycloak_realm.rb +++ b/lib/puppet/type/keycloak_realm.rb @@ -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 @@ -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