Files
mgmt/examples/autoedges1.yaml
2017-11-24 14:26:20 +01:00

18 lines
257 B
YAML

---
graph: mygraph
resources:
file:
- name: file1
meta:
autoedge: true
path: "/tmp/foo/bar/f1"
content: |
i am f1
state: exists
- name: file2
meta:
autoedge: true
path: "/tmp/foo/"
state: exists
edges: []