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