github.com/go-chef/chef@v0.30.1/run_list.go (about)

     1  package chef
     2  
     3  // RunList represents the recipes and roles specified for a node or as part of a role.
     4  type RunList []string
     5  
     6  // EnvRunList represents the recipes and roles with environment specified for a node or as part of a role.
     7  type EnvRunList map[string]RunList