From 577c88822a01de27e208a824ba66a93ac9fb75c7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 30 May 2018 18:39:04 -0300 Subject: Use webroot plugin by default --- manifests/init.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index bfd7210..96e16b1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,10 +1,10 @@ class certbot( $script_base = '/usr/bin', - $basedir = '/var/spool/certbot', - $owner = 'www-data', - $pre_hook = '', - $post_hook = '', - $plugin = 'standalone', + $basedir = '/var/spool/certbot', + $owner = 'www-data', + $pre_hook = '', + $post_hook = '', + $plugin = 'webroot', ) { $tool = $::lsbdistcodename ? { -- cgit v1.2.3