From 8d0558a87b5581917c8aa0494c5422be9391e63f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 16 Oct 2017 10:30:46 -0200 Subject: Reference some extra packages --- manifests/ssl.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/ssl.pp') diff --git a/manifests/ssl.pp b/manifests/ssl.pp index 8dc3407..d925e36 100644 --- a/manifests/ssl.pp +++ b/manifests/ssl.pp @@ -9,6 +9,10 @@ class nginx::ssl( post_hook => '/usr/sbin/service nginx start', } + #package { 'python-certbot-nginx': + # ensure: present, + #} + # See https://weakdh.org/ ssl::dhparams { 'nginx-2048': notify => Service['nginx'], -- cgit v1.2.3