Remove useless noop types

These aren't relevant to the example
This commit is contained in:
James Shubin
2016-01-18 04:50:47 -05:00
parent 74baa032b5
commit c0d3678b79
3 changed files with 3 additions and 51 deletions

View File

@@ -1,8 +1,6 @@
---
graph: mygraph
types:
noop:
- name: noop1a
file:
- name: file1a
path: "/tmp/mgmtA/f1a"
@@ -27,18 +25,4 @@ types:
collect:
- type: file
pattern: "/tmp/mgmtA/"
edges:
- name: e1
from:
type: noop
name: noop1a
to:
type: file
name: file1a
- name: e2
from:
type: file
name: file1a
to:
type: file
name: file2a
edges: []

View File

@@ -1,8 +1,6 @@
---
graph: mygraph
types:
noop:
- name: noop1b
file:
- name: file1b
path: "/tmp/mgmtB/f1b"
@@ -27,18 +25,4 @@ types:
collect:
- type: file
pattern: "/tmp/mgmtB/"
edges:
- name: e1
from:
type: noop
name: noop1b
to:
type: file
name: file1b
- name: e2
from:
type: file
name: file1b
to:
type: file
name: file2b
edges: []

View File

@@ -1,8 +1,6 @@
---
graph: mygraph
types:
noop:
- name: noop1c
file:
- name: file1c
path: "/tmp/mgmtC/f1c"
@@ -27,18 +25,4 @@ types:
collect:
- type: file
pattern: "/tmp/mgmtC/"
edges:
- name: e1
from:
type: noop
name: noop1c
to:
type: file
name: file1c
- name: e2
from:
type: file
name: file1c
to:
type: file
name: file2c
edges: []