stages/first-boot: fix schema
The correct type for the boolean wait_for_network option is `boolean` not `bool`.
This commit is contained in:
parent
be68830c44
commit
0c01a30657
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ STAGE_OPTS = """
|
|||
}
|
||||
},
|
||||
"wait_for_network": {
|
||||
"type": "bool",
|
||||
"type": "boolean",
|
||||
"description": "Wait for the network to be up before executing",
|
||||
"default": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue