Cleanup the README file
This commit is contained in:
20
examples/graph0.yaml
Normal file
20
examples/graph0.yaml
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user