This adds some of the API changes and improvements to the pkg resource so that it can make use of this feature.
22 lines
330 B
YAML
22 lines
330 B
YAML
---
|
|
graph: mygraph
|
|
resources:
|
|
pkg:
|
|
- name: drbd-utils
|
|
meta:
|
|
autogroup: false
|
|
state: installed
|
|
- name: powertop
|
|
meta:
|
|
autogroup: true
|
|
state: installed
|
|
- name: sl
|
|
meta:
|
|
autogroup: true
|
|
state: installed
|
|
- name: cowsay
|
|
meta:
|
|
autogroup: true
|
|
state: installed
|
|
edges: []
|