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