Cleanup the README file

This commit is contained in:
James Shubin
2016-02-02 10:48:01 -05:00
parent 655d527d5f
commit 85f9db12f5
3 changed files with 41 additions and 8 deletions

20
examples/graph0.yaml Normal file
View File

@@ -0,0 +1,20 @@
---
graph: mygraph
comment: hello world example
types:
noop:
- name: noop1
file:
- name: file1
path: "/tmp/mgmt-hello-world"
content: |
hello world from @purpleidea
state: exists
edges:
- name: e1
from:
type: noop
name: noop1
to:
type: file
name: file1

View File

@@ -1,6 +1,6 @@
---
graph: mygraph
comment: simple exec fan in example to demonstrate optimization)
comment: simple exec fan in example to demonstrate optimization
types:
exec:
- name: exec1