mirror of
https://github.com/rancher/os.git
synced 2025-09-16 23:21:19 +00:00
Fix go test for ssh port and listen_address config
This commit is contained in:
@@ -148,7 +148,9 @@ var schema = `{
|
||||
|
||||
"properties": {
|
||||
"keys": {"type": "object"},
|
||||
"daemon": {"type": "boolean"}
|
||||
"daemon": {"type": "boolean"},
|
||||
"port": {"type": "integer"},
|
||||
"listen_address": {"type": "string"}
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user