From 33ecd69e42d34afba81e6b229af7e17e3309c740 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 15 Dec 2016 18:55:57 +0100 Subject: [PATCH] switches: juggle some vlan + ports --- salt-pillar/switches/init.sls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/salt-pillar/switches/init.sls b/salt-pillar/switches/init.sls index 242f2b5..6b6cdde 100644 --- a/salt-pillar/switches/init.sls +++ b/salt-pillar/switches/init.sls @@ -16,6 +16,7 @@ switches: - mgmt - pub - priv1 + - priv2 mgmt: mode: access ports: @@ -211,14 +212,14 @@ switches: mode: access ports: - GigabitEthernet 1/0/2 + - GigabitEthernet 1/0/3 priv2: mode: access ports: - - GigabitEthernet 1/0/3 + - GigabitEthernet 1/0/4 pub: mode: access ports: - - GigabitEthernet 1/0/4 - GigabitEthernet 1/0/5 - GigabitEthernet 1/0/6 - GigabitEthernet 1/0/7