Fix network/init.sls

This commit is contained in:
LinuxSquare 2023-10-20 14:31:56 +02:00
parent 57e7f057c6
commit f1cc7be542

View file

@ -1,4 +1,5 @@
include: include:
- system.base
- .firewall - .firewall
network_interfaces: network_interfaces:
@ -17,4 +18,4 @@ network_service_reload:
- enable: true - enable: true
- reload: true - reload: true
- watch: - watch:
- system_network_interfaces - network_interfaces