Skip to content

Commit 0d2732d

Browse files
cgwaltersjlebon
authored andcommitted
kola: Use centralized drop-in to disable zincati
Just a drive by cleanup.
1 parent 3f84fd0 commit 0d2732d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mantle/platform/cluster.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ func (bc *BaseCluster) RenderUserData(userdata *platformConf.UserData, ignitionV
269269

270270
// disable Zincati by default
271271
if bc.Distribution() == "fcos" {
272-
conf.AddFile("/etc/zincati/config.d/90-disable-auto-updates.toml", `[updates]
273-
enabled = false`, 0644)
272+
conf.DisableAutomaticUpdates()
274273
}
275274

276275
if bc.bf.baseopts.OSContainer != "" {

0 commit comments

Comments
 (0)