summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ssl.pp')
-rw-r--r--manifests/ssl.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index 899f4ff..8dc3407 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -2,6 +2,7 @@ class nginx::ssl(
$session_timeout = '5m'
) {
include ssl
+ include ssl::snakeoil
class { 'certbot':
pre_hook => '/usr/sbin/service nginx stop',