test: regenerate manifests with chrony stages

Regenerate all manifests that used the old chrony stage options with the
'timeservers' field.  This is now replaced by the 'servers' field, which
is a slice of objects with a 'hostname' field instead of a slice of
strings.
This commit is contained in:
Achilleas Koutsou 2022-11-02 16:07:28 +01:00 committed by Christian Kellner
parent 5d760c48ad
commit a2a3ac8ffe
72 changed files with 288 additions and 144 deletions

View file

@ -1714,8 +1714,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},