mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Merge pull request #18101 from eliasp/2014.7-doc.topics.mine-mine_functions_example
Fix YAML syntax in mine_functions example.
This commit is contained in:
commit
792358c5e0
@ -48,9 +48,8 @@ calls of the same function with different arguments.
|
||||
mine_function: network.ip_addrs
|
||||
cidr: 192.168.0.0/16
|
||||
loopback_ip_addrs:
|
||||
- mine_function: network.ip_addrs
|
||||
- lo
|
||||
- True
|
||||
mine_function: network.ip_addrs
|
||||
lo: True
|
||||
|
||||
Mine Interval
|
||||
=============
|
||||
|
Loading…
Reference in New Issue
Block a user