voxpupuli / puppet-chrony

Puppet module for Chrony with Systemd
https://forge.puppet.com/puppet/chrony
Apache License 2.0
13 stars 59 forks source link

make config_keys option optional #156

Closed bastelfreak closed 2 years ago

bastelfreak commented 2 years ago

Previously we always wrote keyfile to the chrony configuration file. This is not always desired. To not cause a breaking change but still make this configureable, the parameter is now a variant. Besides passing an absolute path, you can now set it to '' (empty string). If that's the case, the keys file won't be managed by Puppet and the option will be removed from the config file.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

bastelfreak commented 2 years ago

still a draft, but I wanted to have CI.

bastelfreak commented 2 years ago

not a draft anymore :)