Add additional autogrouping example

This commit is contained in:
James Shubin
2016-03-30 03:40:17 -04:00
parent 6f3ac4bf2a
commit d80c6bbf1d

17
examples/autogroup2.yaml Normal file
View File

@@ -0,0 +1,17 @@
---
graph: mygraph
resources:
pkg:
- name: powertop
meta:
autogroup: true
state: installed
- name: sl
meta:
autogroup: true
state: installed
- name: cowsay
meta:
autogroup: true
state: installed
edges: []