This repository has been archived on 2023-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
salt-states_old/common/network.sls

14 lines
336 B
Plaintext

configure /etc/sysconfig/network/config:
file.managed:
- name: /etc/sysconfig/network/config
- source: salt://common/files/etc/sysconfig/network/config
- user: root
- group: root
- mode: "0644"
run netupdate:
cmd.run:
- name: netconfig update -f
- onchanges:
- file: /etc/sysconfig/network/config