stages/chrony: fix schema to require 'timeservers'
It is required in the code, that should be reflected in the schema as well.
This commit is contained in:
parent
2383e08523
commit
702e7c3423
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ Modifies /etc/chrony.conf, removing all "server" or "pool" lines and adding
|
|||
a "server" line for each server listed in `timeservers`.
|
||||
"""
|
||||
STAGE_OPTS = """
|
||||
"required": ["timeservers"],
|
||||
"properties": {
|
||||
"timeservers": {
|
||||
"type": "array",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue