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:
Christian Kellner 2020-04-29 12:36:47 +02:00
parent 2383e08523
commit 702e7c3423

View file

@ -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",