From: Silvio Rhatto Date: Sat, 23 May 2015 15:03:28 +0000 (-0300) Subject: Simplify ssl:dhparams resource name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4f7016c074f6e1d5b554d541ff5d9b1f77d9ee31;p=puppet-nginx.git Simplify ssl:dhparams resource name --- 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'], }