Преглед изворни кода

Merge "Disable resolvconf service."

pull/139/head
mcp-jenkins пре 7 година
родитељ
комит
1aa1aea055
1 измењених фајлова са 7 додато и 4 уклоњено
  1. +7
    -4
      linux/network/resolv.sls

+ 7
- 4
linux/network/resolv.sls Прегледај датотеку

@@ -6,10 +6,13 @@
- source: salt://linux/files/resolv.conf
- mode: 644
- template: jinja
- follow_symlinks: false
- require:
- service: resolvconf_service

linux_resolvconf_disable:
cmd.run:
- name: resolvconf --disable-updates
- onlyif: resolvconf --updates-are-enabled
resolvconf_service:
service.dead:
- name: resolvconf
- enable: false

{%- endif %}

Loading…
Откажи
Сачувај