14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
configure /etc/sysconfig/network/config:
|
|
file.managed:
|
|
- name: /etc/sysconfig/network/config
|
|
- source: salt://k3s/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
|