Files
mgmt/examples/graph0.yaml
2016-02-02 10:48:01 -05:00

21 lines
299 B
YAML

---
graph: mygraph
comment: hello world example
types:
noop:
- name: noop1
file:
- name: file1
path: "/tmp/mgmt-hello-world"
content: |
hello world from @purpleidea
state: exists
edges:
- name: e1
from:
type: noop
name: noop1
to:
type: file
name: file1