14 lines
210 B
YAML
14 lines
210 B
YAML
---
|
|
graph: mygraph
|
|
resources:
|
|
file:
|
|
- name: "@@filee"
|
|
path: "/tmp/mgmtE/fE"
|
|
content: |
|
|
i am fE, exported from host E
|
|
state: exists
|
|
collect:
|
|
- kind: file
|
|
pattern: "/tmp/mgmtE/"
|
|
edges: []
|