18 lines
257 B
YAML
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: []
|