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:
parent
5d760c48ad
commit
a2a3ac8ffe
72 changed files with 288 additions and 144 deletions
|
|
@ -1714,8 +1714,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue