Skip to content

Commit

Permalink
templates/common/_base/units: disable zincati
Browse files Browse the repository at this point in the history
Zincati is the update agent used on standalone Fedora CoreOS installations;
it is not used on OKD clusters.
Zincati is not shipped in RHEL CoreOS.

This adds a condition to zincati.service which it can't fullfil,
so that Fedora CoreOS nodes will not run it.
  • Loading branch information
LorbusChris committed Jul 14, 2020
1 parent 8d0abf1 commit f0d01bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/common/_base/units/zincati.service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: zincati.service
dropins:
- name: mco-disabled.conf
contents: |
[Unit]
ConditionPathExists=/enoent

0 comments on commit f0d01bf

Please sign in to comment.