diff options
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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, } |