14 lines
186 B
YAML
14 lines
186 B
YAML
---
|
|
graph: mygraph
|
|
resources:
|
|
file:
|
|
- name: file1
|
|
meta:
|
|
limit: .inf
|
|
burst: 0
|
|
path: "/tmp/mgmt/hello"
|
|
content: |
|
|
i am a file
|
|
state: exists
|
|
edges: []
|