Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
260B

  1. {%- from "linux/map.jinja" import network with context %}
  2. include:
  3. - linux.network.hostname
  4. {%- if network.host|length > 0 %}
  5. - linux.network.host
  6. {%- endif %}
  7. {%- if network.interface|length > 0 %}
  8. - linux.network.interface
  9. {%- endif %}
  10. - linux.network.proxy