From 7a288a10056745a603869daf148d68bfe68ab723 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 17 Jun 2016 12:19:18 -0300 Subject: Do not setup ssl for default site --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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, } -- cgit v1.2.3