noop as resource meta param
first part of #21 tested with example/noop1.yaml on CentOS 6
This commit is contained in:
committed by
James Shubin
parent
1584f20220
commit
6bbce039aa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user