summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
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'],
}