Saltstack Official Linux Formula
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- {%- from "linux/map.jinja" import network with context %}
- {%- if network.enabled %}
-
- /etc/resolv.conf:
- file.managed:
- - source: salt://linux/files/resolv.conf
- - mode: 644
- - template: jinja
- - follow_symlinks: false
- - require:
- - service: resolvconf_service
-
- resolvconf_service:
- service.dead:
- - name: resolvconf
- - enable: false
-
- {%- endif %}
|