fixed clean hook settings...
This commit is contained in:
parent
aac9479636
commit
107dd3f5ef
@ -56,10 +56,10 @@ define certbot::cert (
|
||||
undef => '',
|
||||
default => "--manual-auth-hook ${auth_hook}",
|
||||
}
|
||||
$exec_clean_hook = $auth_hook ? {
|
||||
'loopia' => "--manual-auth-hook ${certbot::params::bin_dir}/acme-cleanup-loopia.py",
|
||||
$exec_clean_hook = $clean_hook ? {
|
||||
'loopia' => "--manual-cleanup-hook ${certbot::params::bin_dir}/acme-cleanup-loopia.py",
|
||||
undef => '',
|
||||
default => "--manual-auth-hook ${auth_hook}",
|
||||
default => "--manual-cleanup-hook ${auth_hook}",
|
||||
}
|
||||
|
||||
if $preferred_challanges {
|
||||
|
Loading…
Reference in New Issue
Block a user