From a455324e8c79157c7af4ff33e15215cb3a4edd70 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 13 Mar 2017 08:05:49 -0400 Subject: [PATCH] examples: Add missing file example I was using this for testing graph changes but forgot to commit it. --- examples/file4.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/file4.yaml diff --git a/examples/file4.yaml b/examples/file4.yaml new file mode 100644 index 00000000..378fd037 --- /dev/null +++ b/examples/file4.yaml @@ -0,0 +1,10 @@ +--- +graph: mygraph +resources: + file: + - name: file1 + path: "/tmp/mgmt/hello" + content: | + i am a file + state: exists +edges: []