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/cache.pp | 5 +++++ manifests/ssl.pp | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/manifests/cache.pp b/manifests/cache.pp index 2f13a94..95038e7 100644 --- a/manifests/cache.pp +++ b/manifests/cache.pp @@ -8,6 +8,11 @@ class nginx::cache( mode => '0700', } + # See https://github.com/FRiCKLE/ngx_cache_purge + #package { 'libnginx-mod-http-cache-purge': + # ensure => present, + #} + #nginx::config { 'cache': # value => "proxy_cache_path /var/cache/nginx/ levels=1:2 keys_zone=STATIC:10m inactive=24h max_size=1g;\n", #} 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