11 lines
143 B
YAML
11 lines
143 B
YAML
---
|
|
graph: mygraph
|
|
resources:
|
|
file:
|
|
- name: file1
|
|
path: "/tmp/mgmt/hello"
|
|
content: |
|
|
i am a file
|
|
state: exists
|
|
edges: []
|