1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

Merge pull request #890 from joshwget/add-upgrade-console-flag

Add upgrade flag to upgrade persistent console
This commit is contained in:
Darren Shepherd
2016-04-25 10:50:37 -07:00
3 changed files with 40 additions and 6 deletions

View File

@@ -86,6 +86,7 @@ type RancherConfig struct {
Debug bool `yaml:"debug,omitempty"`
RmUsr bool `yaml:"rm_usr,omitempty"`
Log bool `yaml:"log,omitempty"`
ForceConsoleRebuild bool `yaml:"force_console_rebuild,omitempty"`
Disable []string `yaml:"disable,omitempty"`
ServicesInclude map[string]bool `yaml:"services_include,omitempty"`
Modules []string `yaml:"modules,omitempty"`