fixed path to loopia scripts
This commit is contained in:
parent
3cb32b40a8
commit
aac9479636
@ -52,12 +52,12 @@ define certbot::cert (
|
|||||||
}
|
}
|
||||||
|
|
||||||
$exec_auth_hook = $auth_hook ? {
|
$exec_auth_hook = $auth_hook ? {
|
||||||
'loopia' => "--manual-auth-hook ${certbot::cert::bin_dir}/acme-auth-loopia.py",
|
'loopia' => "--manual-auth-hook ${certbot::params::bin_dir}/acme-auth-loopia.py",
|
||||||
undef => '',
|
undef => '',
|
||||||
default => "--manual-auth-hook ${auth_hook}",
|
default => "--manual-auth-hook ${auth_hook}",
|
||||||
}
|
}
|
||||||
$exec_clean_hook = $auth_hook ? {
|
$exec_clean_hook = $auth_hook ? {
|
||||||
'loopia' => "--manual-auth-hook ${certbot::cert::bin_dir}/acme-cleanup-loopia.py",
|
'loopia' => "--manual-auth-hook ${certbot::params::bin_dir}/acme-cleanup-loopia.py",
|
||||||
undef => '',
|
undef => '',
|
||||||
default => "--manual-auth-hook ${auth_hook}",
|
default => "--manual-auth-hook ${auth_hook}",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user