lvicainne / puppet-opendkim

Puppet module for opendkim
https://forge.puppetlabs.com/lvicainne/opendkim
Other
5 stars 32 forks source link

Allow handling of private keys outsite puppet #18

Closed jeebiq closed 5 years ago

jeebiq commented 5 years ago

This is meant to allow people/organizations that don't wish to have private keys in puppet to do that and still use this module.

This also bumps the stdlib requirement to allow the latest version (6.0.0).

tobiWu commented 5 years ago

You might use hiera-eyaml for secure key handling.

jeebiq commented 5 years ago

@tobiWu its definitely a possibility for us and we are working on that, but until then we need to keep them out of puppet and others might not be able to use eyaml do to company/security/audit reasons.

lvicainne commented 5 years ago

Thanks for your PR :-)