Do not make files in the gnupg home executable
Puppet will translate the mode of 0600 to 0700 for the directory, not the other way around.
Merge pull request #169 from vrtdev/bugfix/gpg_file_permissions
Do not make files in the gnupg home executable.
Support deep_merge_options with 'deeper' merge_behavior
The `deep_merge_options` parameter should be respected when `merge_behavior => 'deeper'`, especially since 'deeper' is really the only useful of the two non-native behavior options (see https://docs.puppet.com/hiera/3.2/configuring.html#mergebehavior).
Merge pull request #172 from antaflos/patch-1
Support deep_merge_options with 'deeper' merge_behavior
Correct spelling of @merge_behavior in template
merge_behaviour (British English) vs merge_behavior (American English). Sadly this isn't the first time I've fallen for that when working with Hiera :(
Merge pull request #178 from voxpupuli/modulesync
modulesync 0.16.4
Merge pull request #176 from antaflos/patch-2
Correct spelling of @merge_behavior in template
Bump min version_requirement for Puppet + deps
We currently only run automated tests against Puppet 3 latest and therefore cannot guarantee that this module works as is expected with earlier Puppet versions Bump dependencies to the minimum version that should work under Puppet 4, based on the metadata Also remove deprecated pe version_requirement field
Merge pull request #179 from juniorsysadmin/bumppup
Bump min version_requirement for Puppet + deps
Strict variables fix for pe_server_version
https://blog.yo61.com/test-for-undefined-fact-in-puppet-with-strict_variables `getvar()` has better compatibility that `defined()` which is broken in early puppet 3 versions. After migrating the module to puppet 4, we will then be able to use the facts hash instead. Fixes #GH-171
Merge pull request #175 from alexjfisher/strict_vars
Strict variables fix for `pe_server_version`
Merge pull request #183 from voxpupuli/modulesync
modulesync 0.16.7