diff --git a/README.md b/README.md index f8998d0..559b368 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ Force chrony to only use RAM & prevent swapping. ## Limitations -This module has been built on and tested against Puppet 3.2.3 and higher. +This module has been built on and tested against Puppet 5.5 and higher. The module has been tested on: * Arch Linux diff --git a/manifests/config.pp b/manifests/config.pp index 67a3c7c..a6d8695 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -41,7 +41,7 @@ owner => $config_keys_owner, group => $config_keys_group, mode => $config_keys_mode, - content => template($config_keys_template), + content => Sensitive(template($config_keys_template)), } }