From: Silvio Rhatto Date: Fri, 17 Jun 2016 15:19:18 +0000 (-0300) Subject: Do not setup ssl for default site X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7a288a10056745a603869daf148d68bfe68ab723;p=puppet-nginx.git Do not setup ssl for default site --- diff --git a/manifests/init.pp b/manifests/init.pp index 110a368..a17f847 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,6 +22,7 @@ class nginx inherits nginx::base { # Default site nginx::site { "default": ensure => present, + ssl => absent, source => 'template', certbot => false, }