mirror of
https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
synced 2025-08-18 23:36:26 +02:00
@@ -51,8 +51,7 @@
|
||||
{
|
||||
"path": "/etc/zincati/config.d/51-rollout-wariness.toml",
|
||||
"contents": {
|
||||
"compression": "",
|
||||
"source": "data:,%5Bidentity%5D%0Arollout_wariness%20%3D%200%0A"
|
||||
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/zincati/config.d/51-rollout-wariness.toml"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@@ -104,9 +104,7 @@ storage:
|
||||
files:
|
||||
- path: /etc/zincati/config.d/51-rollout-wariness.toml
|
||||
contents:
|
||||
inline: |
|
||||
[identity]
|
||||
rollout_wariness = 0
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/zincati/config.d/51-rollout-wariness.toml
|
||||
- path: /etc/zincati/config.d/55-updates-strategy.toml
|
||||
contents:
|
||||
inline: |
|
||||
|
@@ -1,7 +1,9 @@
|
||||
[updates]
|
||||
strategy = "periodic"
|
||||
|
||||
[updates.periodic]
|
||||
time_zone = "localtime"
|
||||
time_zone = "America/Phoenix"
|
||||
|
||||
[[updates.periodic.window]]
|
||||
days = [ "Sun" ]
|
||||
start_time = "0:00"
|
||||
|
Reference in New Issue
Block a user