Files
mgmt/test/shell/t3-c.yaml
2016-08-30 17:47:25 -04:00

29 lines
536 B
YAML

---
graph: mygraph
resources:
file:
- name: file1c
path: "/tmp/mgmt/mgmtC/f1c"
content: |
i am f1
state: exists
- name: file2c
path: "/tmp/mgmt/mgmtC/f2c"
content: |
i am f2
state: exists
- name: "@@file3c"
path: "/tmp/mgmt/mgmtC/f3c"
content: |
i am f3, exported from host C
state: exists
- name: "@@file4c"
path: "/tmp/mgmt/mgmtC/f4c"
content: |
i am f4, exported from host C
state: exists
collect:
- kind: file
pattern: "/tmp/mgmt/mgmtC/"
edges: []