From 41e1a44b15b2b402041e5ab763d95b0092b7c77f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Oct 2015 17:55:15 -0200 Subject: Adds nginx::ssl --- manifests/init.pp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index ec5e115..c83bad3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,12 +17,7 @@ # along with this program. If not, see . class nginx inherits nginx::base { - include ssl - - # See https://weakdh.org/ - ssl::dhparams { 'nginx-2048': - notify => Service['nginx'], - } + class { 'nginx::ssl': } # Default site nginx::site { "default": -- cgit v1.2.3