noop as resource meta param

first part of #21
tested with example/noop1.yaml on CentOS 6
This commit is contained in:
Martin Alfke
2016-05-14 21:30:54 +02:00
committed by James Shubin
parent 1584f20220
commit 6bbce039aa
3 changed files with 31 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ type AutoEdge interface {
type MetaParams struct {
AutoEdge bool `yaml:"autoedge"` // metaparam, should we generate auto edges? // XXX should default to true
AutoGroup bool `yaml:"autogroup"` // metaparam, should we auto group? // XXX should default to true
Noop bool `yaml:"noop"`
}
// this interface is everything that is common to all resources