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/k3s/network.sls

14 lines
333 B
Plaintext
Raw Normal View History

2020-12-22 11:01:57 +00:00
configure /etc/sysconfig/network/config:
file.managed:
- name: /etc/sysconfig/network/config
2020-12-24 12:11:31 +00:00
- source: salt://k3s/files/etc/sysconfig/network/config
2020-12-22 11:01:57 +00:00
- user: root
- group: root
- mode: "0644"
run netupdate:
cmd.run:
- name: netconfig update -f
- onchanges:
- file: /etc/sysconfig/network/config