From: Silvio Rhatto Date: Fri, 17 Jun 2016 18:46:12 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aae2adb3f392da40546f03451e65c59b3f3d528b;p=puppet-nginx.git Minor fix --- diff --git a/manifests/site.pp b/manifests/site.pp index e929501..30226b6 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -2,7 +2,7 @@ define nginx::site( $ensure = present, $ssl = present, $source = 'template', - $certbot = true + $certbot = true, $template = 'site', $backend = 'weblocal', ) {