summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-16 10:30:46 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-16 10:30:46 -0200
commit8d0558a87b5581917c8aa0494c5422be9391e63f (patch)
tree15c09a8d5450c75ca9ae19cdda2fcf2dce1aa58a /manifests/ssl.pp
parentb84b67b20f305f1319dc1b9bdb5d60a672c64f06 (diff)
downloadpuppet-nginx-8d0558a87b5581917c8aa0494c5422be9391e63f.tar.gz
puppet-nginx-8d0558a87b5581917c8aa0494c5422be9391e63f.tar.bz2
Reference some extra packages
Diffstat (limited to 'manifests/ssl.pp')
-rw-r--r--manifests/ssl.pp4
1 files changed, 4 insertions, 0 deletions
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'],