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
|
|
@ -5843,8 +5843,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -6251,8 +6251,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5428,8 +5428,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5939,8 +5939,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4713,8 +4713,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5313,8 +5313,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4977,8 +4977,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5020,8 +5020,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5065,8 +5065,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4685,8 +4685,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4797,8 +4797,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5211,8 +5211,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5355,8 +5355,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5209,8 +5209,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5321,8 +5321,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5217,8 +5217,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5321,8 +5321,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1714,8 +1714,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2343,8 +2343,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2496,8 +2496,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2593,8 +2593,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2222,8 +2222,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2230,8 +2230,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2382,8 +2382,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2358,8 +2358,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2511,8 +2511,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2617,8 +2617,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2249,8 +2249,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2257,8 +2257,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2400,8 +2400,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2368,8 +2368,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2530,8 +2530,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2636,8 +2636,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2222,8 +2222,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2230,8 +2230,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2407,8 +2407,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2369,8 +2369,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2522,8 +2522,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2619,8 +2619,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2222,8 +2222,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2230,8 +2230,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2408,8 +2408,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2372,8 +2372,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2525,8 +2525,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2637,8 +2637,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2216,8 +2216,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2224,8 +2224,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2411,8 +2411,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2372,8 +2372,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2525,8 +2525,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2637,8 +2637,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2216,8 +2216,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2224,8 +2224,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2411,8 +2411,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1934,8 +1934,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2165,8 +2165,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2036,8 +2036,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2042,8 +2042,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2045,8 +2045,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2066,8 +2066,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4894,8 +4894,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5502,8 +5502,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5174,8 +5174,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5236,8 +5236,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5239,8 +5239,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5230,8 +5230,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4897,8 +4897,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5505,8 +5505,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5177,8 +5177,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"time.example.com"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "time.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5236,8 +5236,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5239,8 +5239,10 @@
|
|||
{
|
||||
"type": "org.osbuild.chrony",
|
||||
"options": {
|
||||
"timeservers": [
|
||||
"metadata.google.internal"
|
||||
"servers": [
|
||||
{
|
||||
"hostname": "metadata.google.internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5233,8 +5233,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