This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Disable resolvconf updates when nameservers are defined
tags/2016.12
Filip Pytloun
8 years ago
parent
b6fe1ab532
commit
271ee55fde
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
+5
-0
linux/network/resolv.sls
+ 5
- 0
linux/network/resolv.sls
View File
@@ -7,4 +7,9 @@
- mode: 644
- template: jinja
linux_resolvconf_disable:
cmd.run:
- name: resolvconf --disable-updates
- onlyif: resolvconf --updates-are-enabled
{%- endif %}
Write
Preview
Loading…
Cancel
Save