From: Thomas Lamprecht Date: Sat, 2 May 2020 16:48:07 +0000 (+0200) Subject: acme: variable name cleanup X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=d93b0e879beee192e0bb19c431e9a7f050e80e3a acme: variable name cleanup Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/ACME/DNSChallenge.pm b/src/PVE/ACME/DNSChallenge.pm index dec57a6..f8ecbff 100644 --- a/src/PVE/ACME/DNSChallenge.pm +++ b/src/PVE/ACME/DNSChallenge.pm @@ -18,7 +18,7 @@ sub type { return 'dns'; } -my $api_name_list = [ +my $plugin_names = [ 'acmedns', 'acmeproxy', 'active24', @@ -125,7 +125,7 @@ sub properties { api => { description => "API plugin name", type => 'string', - enum => $api_name_list, + enum => $plugin_names, }, data => { type => 'string',