Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sometimes booleans need to be quoted, and sometimes not, causes puppet to always run #44

Open
itewk opened this issue Nov 24, 2014 · 1 comment

Comments

@itewk
Copy link
Contributor

itewk commented Nov 24, 2014

Notice: /Stage[main]/Jboss::Config::Kerberos/Jboss_admin::Pattern::Security_domain_with_authentication_classic[host]/Jboss_admin::Resource::Login_module[/subsystem=security/security-domain=host/authentication=classic/login-module=Kerberos]/Jboss_resource[/subsystem=security/security-domain=host/authentication=classic/login-module=Kerberos]/options: options changed

'{"module-options"=>
  {"debug"=>"false",
   "keyTab"=>"file:///opt/jboss/envconfig/Keytabs/my.keytab",
   "doNotPrompt"=>"true",
   "useKeyTab"=>"true",
   "principal"=>"HTTP/http://mycorp.com/@MYCORP.COM",
   "storeKey"=>"true"}}' to

'{"module-options"=>
  {"debug"=>false,
   "keyTab"=>"file:///opt/jboss/envconfig/Keytabs/my.keytab",
   "doNotPrompt"=>true,
   "useKeyTab"=>true,
   "principal"=>"HTTP/http://mycorp.com/@MYCORP.COM",
   "storeKey"=>true}}'
@itewk
Copy link
Contributor Author

itewk commented Nov 24, 2014

this makes puppet run every time because i am not quoting booleans but jboss cli is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant