]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Simplify ssl:dhparams resource name
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 23 May 2015 15:03:28 +0000 (12:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 23 May 2015 15:03:28 +0000 (12:03 -0300)
manifests/init.pp

index ed6b3dbd1f2cee0e0286f1533269e57642929b01..16c9a61d9d27fda9739ce1063860c22764f3b9a7 100644 (file)
@@ -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'],
   }