From bcdc330b56cadfc4f6acc8aa59e1619995ea67ec Mon Sep 17 00:00:00 2001 From: Brad Ison Date: Wed, 23 Nov 2016 10:12:55 -0500 Subject: [PATCH] Completely disable update-engine on builders --- buildman/templates/cloudconfig.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildman/templates/cloudconfig.yaml b/buildman/templates/cloudconfig.yaml index 7c74b28fa..ac3d376e5 100644 --- a/buildman/templates/cloudconfig.yaml +++ b/buildman/templates/cloudconfig.yaml @@ -34,6 +34,10 @@ coreos: group: {{ coreos_channel }} units: + - name: update-engine.service + command: stop + - name: locksmithd.service + command: stop - name: systemd-journal-gatewayd.socket command: start enable: yes