Browse Source

Fix missing source stanzas for OVS deployments

Change-Id: Ia841e735113082d82000874594a7bf0723f4910f
Closes-Bug: #PROD-16236
pull/128/head
Petr Jediný 7 years ago
parent
commit
ae153b5602
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      linux/network/interface.sls

+ 8
- 0
linux/network/interface.sls View File

# Workaround for Upstream-Bug: https://github.com/saltstack/salt/issues/40262 # Workaround for Upstream-Bug: https://github.com/saltstack/salt/issues/40262
source /etc/network/interfaces.u/* source /etc/network/interfaces.u/*


linux_interfaces_final_include_no_requisite:
file.prepend:
- name: /etc/network/interfaces
- text: |
source /etc/network/interfaces.d/*
# Workaround for Upstream-Bug: https://github.com/saltstack/salt/issues/40262
source /etc/network/interfaces.u/*

{%- endif %} {%- endif %}


{%- endif %} {%- endif %}

Loading…
Cancel
Save