stages/lorax-script: add missing default basearch to the schema
The code uses x86_64 as a default, see:
basearch = options.get("basearch", "x86_64")
Let's declare that explicitly in the schema to prevent any confusion.
This commit is contained in:
parent
7cd36f9797
commit
ce196f287c
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ SCHEMA = """
|
|||
},
|
||||
"basearch": {
|
||||
"type": "string",
|
||||
"default": "x86_64",
|
||||
"description": "The basic architecture param to supply to the template"
|
||||
},
|
||||
"product": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue