diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-05-23 12:03:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-05-23 12:03:28 -0300 |
commit | 4f7016c074f6e1d5b554d541ff5d9b1f77d9ee31 (patch) | |
tree | 5802710ea4382598bd3d47a02723d606fc3c2942 | |
parent | 9a41c103196507a348b6edf12669a903c872d235 (diff) | |
download | puppet-nginx-4f7016c074f6e1d5b554d541ff5d9b1f77d9ee31.tar.gz puppet-nginx-4f7016c074f6e1d5b554d541ff5d9b1f77d9ee31.tar.bz2 |
Simplify ssl:dhparams resource name
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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'], } |