From: Silvio Rhatto Date: Thu, 16 Jun 2016 22:10:42 +0000 (-0300) Subject: Syntax fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f0f3cc32de372cbcee4498ef31828c787ea5b5d4;p=puppet-nginx.git Syntax fix --- 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'), ){