examples: Add missing file example

I was using this for testing graph changes but forgot to commit it.
This commit is contained in:
James Shubin
2017-03-13 08:05:49 -04:00
parent cd5e2e1148
commit a455324e8c

10
examples/file4.yaml Normal file
View File

@@ -0,0 +1,10 @@
---
graph: mygraph
resources:
file:
- name: file1
path: "/tmp/mgmt/hello"
content: |
i am a file
state: exists
edges: []