diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-18 17:43:05 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-18 17:43:05 +0200 |
commit | a8e91b8bd86bac7a16f752e9664eeb3133997c39 (patch) | |
tree | 5a6398298d882b0954777f5d0102ea0c6f80c549 /mcp/patches | |
parent | 58ac2e3b0735c616e6712e095a419c31b91c1e9d (diff) |
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 <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/patches')
-rw-r--r-- | mcp/patches/0006-linux.network.interface-noifupdown-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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']({ |