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