Add ability to disable pkcs7 key generation with hiera-eyaml
Without this change hiera-eyaml generates pkcs7 keys automatically if the eyaml backend is enabled. This adds a parameter called create_keys to allow disabling key creation. The parameter defaults to true, so the current module behavior is preserved. If set to false you are able to manage the keys outside of this module. Adding a default owner and group for file resources in eyaml.pp to reduce duplication.
Merge pull request #42 from mattkirby/kirby_flexible_keys
Adding an option to disable creating keys when enabling hiera-eyaml and
This allows custom Gem source to be used for eyaml install.
Merge pull request #44 from acjohnson/gem_source
Added gem_source param to allow a custom Gem source used for eyaml
Updates needed for new release.
Merge pull request #52 from covermymeds/v1.1.2
Updates needed for new release.
Merge pull request #50 from tampakrap/move_defaults
move unconditional defaults from params to init
Reformat parameters in README to be more readable
This also brings the parameters in the README up to date.
Remove parameter docs from init.pp
Parameter documentation is already in the README.
Merge pull request #57 from elyscape/doc/update_readme_params
Reformat parameters in README to be more readable
Merge pull request #56 from elyscape/doc/improve_changelog
Restructure/reformat change log
Merge pull request #51 from tampakrap/validate
Validate the values of $merge_behavior
PE 3.7 also needs /opt/puppet/bin/eyaml, unfortunately I had to do an…
… exec in params
Merge pull request #58 from hunner/terrimonster-fix_37_prov
Terrimonster fix 37 prov
Merge pull request #60 from hunner/eyaml_version
Add eyaml gem version param