Add hosts to OU {{name}}

{{input class="form-control" type="text" placeholder="my-example" value=hostname insert-newline="saveNewHosts"}}

For a single host, provide the FQDN

{{#if addMultiple}}
{{input class="form-control" type="number" value=numHosts insert-newline="saveNewHosts"}}
{{input class="form-control" type="number" value=startNum insert-newline="saveNewHosts"}}
{{input class="form-control" type="number" value=padNum insert-newline="saveNewHosts"}}

{{input class="form-control" type="text" placeholder="example.com" value=domainName insert-newline="saveNewHosts"}}

{{/if}}
{{#if hostname}}

Preview

{{#each host in hostsToAdd}}
{{host}}
{{/each}}



{{/if}}