Rename sshd disable cfg to rancher.ssh.disable
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -146,7 +146,7 @@ var schema = `{
|
||||
|
||||
"properties": {
|
||||
"keys": {"type": "object"},
|
||||
"disable": {"type": "boolean"}
|
||||
"daemon": {"type": "boolean"}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -175,8 +175,8 @@ type DockerConfig struct {
|
||||
}
|
||||
|
||||
type SSHConfig struct {
|
||||
Keys map[string]string `yaml:"keys,omitempty"`
|
||||
Disable bool `yaml:"disable,omitempty"`
|
||||
Keys map[string]string `yaml:"keys,omitempty"`
|
||||
Daemon bool `yaml:"daemon,omitempty"`
|
||||
}
|
||||
|
||||
type StateConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user