]> git.proxmox.com Git - proxmox-acme.git/commitdiff
acme: variable name cleanup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 2 May 2020 16:48:07 +0000 (18:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 2 May 2020 16:48:07 +0000 (18:48 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/ACME/DNSChallenge.pm

index dec57a6b461c9178a8d556b9e997b25799ec6e34..f8ecbff3b10079fd4b5ce40631fe10f4e9a44ed5 100644 (file)
@@ -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',