<!--
Thank you for contributing to this project!
-->
<!--
Replace this comment with a description of your pull request.
-->
<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->
To test out https://github.com/voxpupuli/modulesync_config/pull/771 with acceptance tests.
This takes lessons from the rubocop-rspec issue and applies them to write a more modern style. This should be more compatible with future versions of rspec.
modulesync 5.3.0
modulesync 9.1.0
Fix syntax error in trusted_ca::java exec resource by changing the value of require
attribute to $filename
.
Fixes #74
Instead of relying on file attribute validate_cmd
I have added a secondary exec to validate the intermediate file.
This added exec is triggered by the file resource and in turn triggers the keytool import
exec.
This method allows for the case where the intermediate file does not yet exist.
This is a more clunky solution, but it seems to work in my environment.
I'm not sure how to write an rspec test for this.
Fixes #76