There was simply some technical debt I needed to kill off. Sorry for not splitting this up into more patches.
11 lines
136 B
YAML
11 lines
136 B
YAML
---
|
|
graph: mygraph
|
|
resources:
|
|
file:
|
|
- name: file0
|
|
path: "/tmp/mgmt/f1"
|
|
content: |
|
|
i am f0
|
|
state: exists
|
|
edges: []
|