summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp7
1 files changed, 1 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ec5e115..c83bad3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -17,12 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
class nginx inherits nginx::base {
- include ssl
-
- # See https://weakdh.org/
- ssl::dhparams { 'nginx-2048':
- notify => Service['nginx'],
- }
+ class { 'nginx::ssl': }
# Default site
nginx::site { "default":