diff --git a/examples/autogroup2.yaml b/examples/autogroup2.yaml new file mode 100644 index 00000000..72f68f0f --- /dev/null +++ b/examples/autogroup2.yaml @@ -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: []