]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Zones/FaucetPlugin.pm
zones: code/indendation cleanup
[pve-network.git] / PVE / Network / SDN / Zones / FaucetPlugin.pm
index a9f119c9231b7bfa2f7395ff23930b790571b592..a811adabb3f39c44e13ba13715e88f33e743dc44 100644 (file)
@@ -22,12 +22,12 @@ sub properties {
 sub options {
 
     return {
-        nodes => { optional => 1},
+       nodes => { optional => 1},
        'dp-id' => { optional => 0 },
 #      'uplink-id' => { optional => 0 },
-        'controller' => { optional => 0 },
-        dns => { optional => 1 },
-        reversedns => { optional => 1 },
+       'controller' => { optional => 0 },
+       dns => { optional => 1 },
+       reversedns => { optional => 1 },
        dnszone => { optional => 1 },
        ipam => { optional => 0 },
     };