add ssh_pwauth to org.osbuild.cloud-init
Signed-off-by: Leonardo Rossetti <lrossett@redhat.com>
This commit is contained in:
parent
f7ef1d6464
commit
4af53e4c6e
3 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,10 @@
|
|||
"description": "cloud-init configuration",
|
||||
"minProperties": 1,
|
||||
"properties": {
|
||||
"ssh_pwauth": {
|
||||
"type": "boolean",
|
||||
"description": "enable/disable ssh password authentication"
|
||||
},
|
||||
"system_info": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue