switches: name 3com-4200G vlans

This commit is contained in:
Astro 2016-11-29 17:36:11 +01:00
parent 4f6da292be
commit 568a22b328
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ expect "{{ hostname }}]"
{%- for name, vlan in pillar['vlans'].items() %}
send "vlan {{ vlan }}\r"
expect -- "-vlan{{ vlan }}]"
send "description {{ name }}\r"
send "name {{ name }}\r"
expect -- "-vlan{{ vlan }}]"
{%- if name == 'mgmt' %}