diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-05-07 20:56:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-05-07 20:56:23 -0300 |
commit | 0f5118dfd0893f091b4dd92ba0b7d90f5bdf421e (patch) | |
tree | e3292fb99af6978618785452f8d6af1b1a711df9 /manifests | |
parent | 10823a7cd169ba73267c20c293154793ec05c532 (diff) | |
download | puppet-certbot-0f5118dfd0893f091b4dd92ba0b7d90f5bdf421e.tar.gz puppet-certbot-0f5118dfd0893f091b4dd92ba0b7d90f5bdf421e.tar.bz2 |
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/manage.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/manage.pp b/manifests/manage.pp index 0a68a62..14366f8 100644 --- a/manifests/manage.pp +++ b/manifests/manage.pp @@ -3,8 +3,8 @@ define certbot::manage( $aliases = "www.${name}", $ensure = present, $plugin = 'webroot', - $email = hiera('certbot::manage::email'), - $size = hiera('certbot::manage::size', '4096'), + $email = lookup('certbot::manage::email'), + $size = lookup('certbot::manage::size', undef, undef, '4096'), ){ # Format aliases and strip wildcard attempts $list = regsubst($aliases, ' ', ' -d ', 'G') |