From a8e91b8bd86bac7a16f752e9664eeb3133997c39 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 18 Aug 2017 17:43:05 +0200 Subject: linux.network: Fix noifupdown in linux/map.jinja Previous changes attempted to add 'noifupdown' support, but failed to spell it correctly. Fix the typo and also edit the 'maas' state to use simple `salt state.apply` instead of `cmd.run 'salt-call'`. Change-Id: If9889dee896fa100febe0372fe2c4173fc223ee3 Signed-off-by: Alexandru Avadanii --- mcp/patches/0006-linux.network.interface-noifupdown-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcp/patches') diff --git a/mcp/patches/0006-linux.network.interface-noifupdown-support.patch b/mcp/patches/0006-linux.network.interface-noifupdown-support.patch index f4b7de803..5d9ce7be5 100644 --- a/mcp/patches/0006-linux.network.interface-noifupdown-support.patch +++ b/mcp/patches/0006-linux.network.interface-noifupdown-support.patch @@ -20,7 +20,7 @@ index d3227ca..8a2243d 100644 'updelay', 'hashing-algorithm', 'hardware-dma-ring-rx', -+ 'ifupdown', ++ 'noifupdown', ] %} {% set network = salt['grains.filter_by']({ -- cgit 1.2.3-korg