summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/site.pp2
1 files changed, 1 insertions, 1 deletions
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',
) {