supress warnings#304
Conversation
|
What about the ability to suppress all warnings with a single property? https://github.com/treydock/puppet-module-keycloak/blob/master/lib/puppet/type/keycloak_api.rb That allows setting things that can be accessed by all types/providers. They are set here: https://github.com/treydock/puppet-module-keycloak/blob/master/lib/puppet/provider/keycloak_api.rb#L13-L22 You can then do like |
|
Please rebase against master branch as I've recently fixed tests. |
|
fyi, I do currently not have access to a working keycloack, so I rebased but did not check if it's still a valid change ! |
set this to true, to not display the puppet warning that the current value cannot be checked.
set this to true, to not display the puppet warning that the current value cannot be checked.
set this to true, to not display the puppet warning that the current value cannot be checked.
This test seems not to work with the parent: Puppet::Parameter::Boolean setting.
|
If you are able to update so I can modify your fork's branch via this PR, I can make the updates. |
|
@treydock I think at least one statement of your last comment should be negated ;) |
Add parameters to supress warnings, since my monitoring is not happy with warnings !