From 4f7016c074f6e1d5b554d541ff5d9b1f77d9ee31 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 23 May 2015 12:03:28 -0300 Subject: Simplify ssl:dhparams resource name --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index ed6b3db..16c9a61 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -20,7 +20,7 @@ class nginx inherits nginx::base { include ssl # See https://weakdh.org/ - ssl::dhparams { 'openssl-nginx-gendh-2048': + ssl::dhparams { 'nginx-2048': notify => Service['nginx'], } -- cgit v1.2.3