diff --git a/salt/cpe/ap.sh b/salt/cpe/ap.sh index b96ab0e..ca945c0 100644 --- a/salt/cpe/ap.sh +++ b/salt/cpe/ap.sh @@ -10,6 +10,7 @@ set network.mgmt.gateway={{ pillar['hosts-inet']['mgmt']['mgmt-gw'] }} set network.mgmt.ip6addr={{ pillar['hosts-inet6']['dn42']['mgmt'][hostname] }}/64 set network.mgmt.ip6gw={{ pillar['hosts-inet6']['dn42']['mgmt']['mgmt-gw'] }} delete network.mgmt.dns +add_list network.mgmt.dns=172.20.73.8 add_list network.mgmt.dns={{ pillar['hosts-inet']['core']['upstream1'] }} add_list network.mgmt.dns={{ pillar['hosts-inet6']['dn42']['core']['upstream1'] }} add_list network.mgmt.dns={{ pillar['hosts-inet']['core']['upstream2'] }}