chef-java-management
chef-java-management copied to clipboard
Chef Cookbook for Java Management
Suppress notifications if the key is already in the keystore. Fixes #7.
When adding a key to the truststore, the resource skips the action if the key already exists but still sends a updated message, causing notifies to fire. http://stackoverflow.com/questions/21176576/how-to-i-get-a-chef-custom-lwrp-to-implement-notifies-and-not-if
...s the cookbook to work in environments such as AWS OpsWorks, which don't currently work with data bags.
Recipe **truststore** fails when a JRE is installed. Chef client ends with the following error: ``` ==> default: [2014-10-10T23:07:49+00:00] ERROR: file[/usr/java/default/jre/lib/security/truststore-my_root.pem] (java-management::truststore line 32) had an error: Chef::Exceptions::EnclosingDirectoryDoesNotExist: Parent directory...
https://github.com/sethvargo/chefspec#packaging-custom-matchers