mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
network.managed sls file
This commit is contained in:
parent
84a36369fa
commit
76c90b2ef6
1 changed files with 6 additions and 0 deletions
6
tests/integration/files/file/base/network/managed.sls
Normal file
6
tests/integration/files/file/base/network/managed.sls
Normal file
|
@ -0,0 +1,6 @@
|
|||
dummy0:
|
||||
network.managed:
|
||||
- enabled: True
|
||||
- type: eth
|
||||
- ipaddr: 10.1.0.1
|
||||
- netmask: 255.255.255.0
|
Loading…
Add table
Reference in a new issue