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:
Thomas S Hatch 2014-11-14 14:36:48 -07:00
commit 792358c5e0

View File

@ -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
=============