]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Jun 2016 18:46:12 +0000 (15:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Jun 2016 18:46:12 +0000 (15:46 -0300)
manifests/site.pp

index e929501793a6b2d3936abf6fcd31abe140f7fa11..30226b6712358976e60d22746a4f0be7fbe90d0f 100644 (file)
@@ -2,7 +2,7 @@ define nginx::site(
   $ensure   = present,
   $ssl      = present,
   $source   = 'template',
-  $certbot  = true
+  $certbot  = true,
   $template = 'site',
   $backend  = 'weblocal',
 ) {