diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-17 15:46:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-17 15:46:12 -0300 |
commit | aae2adb3f392da40546f03451e65c59b3f3d528b (patch) | |
tree | 128b2565c647682f7687e724f42945e0ba2041c6 | |
parent | 42d29e97fd4bcc55b48028fceaab752032db6317 (diff) | |
download | puppet-nginx-aae2adb3f392da40546f03451e65c59b3f3d528b.tar.gz puppet-nginx-aae2adb3f392da40546f03451e65c59b3f3d528b.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/site.pp | 2 |
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', ) { |