diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c5d4d4c..558bb324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -378,7 +378,7 @@ These should not affect the functionality of the module. **Closed issues:** - Puppet support in readme and metadata.json conflicts [\#102](https://github.com/voxpupuli/puppet-letsencrypt/issues/102) -- Could not find declared class ::letsencrypt [\#101](https://github.com/voxpupuli/puppet-letsencrypt/issues/101) +- Could not find declared class letsencrypt [\#101](https://github.com/voxpupuli/puppet-letsencrypt/issues/101) - Please issue a new release [\#54](https://github.com/voxpupuli/puppet-letsencrypt/issues/54) ## [v2.0.1](https://github.com/voxpupuli/puppet-letsencrypt/tree/v2.0.1) (2017-09-17) diff --git a/README.md b/README.md index ff623d0e..52a03687 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ A fact that contains the current version of certbot installed on your operating ### Fact: letsencrypt_directory -Facts about your live certificates are available through facter. You can query the list of live certificates from puppet using `$::letsencrypt_directory` in your puppet code, hiera data or from the command line. +Facts about your live certificates are available through facter. You can query the list of live certificates from puppet using `$facts['letsencrypt_directory']` in your puppet code, hiera data or from the command line. ``` facter -p letsencrypt_directory