Keith Walters
Keith Walters
In the `install_feature` and `download_feature` resources, the step setup the `repository.propertie` file was hard coding the owner and group, whereas other config files used the `node[:wlp][:user]` and `node[:wlp][:group]` attributes. This...
The `:kind_of` types set for several LWRPs are Strings but their default values are `nil`. In Chef13, there is apparently a strict validation enforcing the types of the assigned values...
The Minitest Chef handler has been [deprecated](https://github.com/chef/minitest-chef-handler#deprecation-notice) and users are encouraged to switch to Inspec. This change removes the usage of minitest from this project and updates the tests and...
When running the test suites using Chef13, I get the following error: ``` Compiling Cookbooks... ================================================================================ Recipe Compile Error in /tmp/kitchen/cache/cookbooks/wlp/resources/download_feature.rb ================================================================================ Chef::Exceptions::ValidationFailed ---------------------------------- Property name must be one of:...