From b41d0a5c29d2dce369e3f323cf3158bda530f587 Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Tue, 23 Mar 2021 22:44:10 -0700 Subject: [PATCH] Use consistent naming for variable types --- docs/builders/iso/xenserver-iso.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/builders/iso/xenserver-iso.html.markdown b/docs/builders/iso/xenserver-iso.html.markdown index 091fe16..719b5f8 100644 --- a/docs/builders/iso/xenserver-iso.html.markdown +++ b/docs/builders/iso/xenserver-iso.html.markdown @@ -124,7 +124,7 @@ each category, the available options are alphabetized and described. regardless of success. "on_success" requests that the VM only be cleaned up if an artifact was produced. The latter is useful for debugging templates that fail. -* `network_names` (list) - A list of networks identified by their name label which +* `network_names` (array of strings) - A list of networks identified by their name label which will be used for the VM during creation. The first network will correspond to the VM's first network interface (VIF), the second will corespond to the second VIF and so on.