mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
network.routes sls file
This commit is contained in:
parent
76c90b2ef6
commit
4a9e6af542
1 changed files with 8 additions and 0 deletions
8
tests/integration/files/file/base/network/routes.sls
Normal file
8
tests/integration/files/file/base/network/routes.sls
Normal file
|
@ -0,0 +1,8 @@
|
|||
routes:
|
||||
network.routes:
|
||||
- name: dummy0
|
||||
- routes:
|
||||
- name: secure_network
|
||||
ipaddr: 10.2.0.0
|
||||
netmask: 255.255.255.0
|
||||
gateway: 10.1.0.3
|
Loading…
Add table
Reference in a new issue