diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-16 19:10:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-16 19:10:42 -0300 |
commit | f0f3cc32de372cbcee4498ef31828c787ea5b5d4 (patch) | |
tree | a5c4fb0f6d7a8bdede95906f0f6eae7f4dc4003f | |
parent | 576f8e33ff7c5e7b8f563289748f9b37840c6416 (diff) | |
download | puppet-nginx-f0f3cc32de372cbcee4498ef31828c787ea5b5d4.tar.gz puppet-nginx-f0f3cc32de372cbcee4498ef31828c787ea5b5d4.tar.bz2 |
Syntax fix
-rw-r--r-- | manifests/certbot.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/certbot.pp b/manifests/certbot.pp index 07ea20d..ab67ad5 100644 --- a/manifests/certbot.pp +++ b/manifests/certbot.pp @@ -1,6 +1,6 @@ define nginx::certbot( - $aliases = '' - $ensure = 'present', + $aliases = '', + $ensure = present, $email = hiera('nginx::certbot::email'), $size = hiera('nginx::certbot::size', '4096'), ){ |