Blob Blame History Raw
From 5039a85a17bca23036d72c41f55e2281d1a419e9 Mon Sep 17 00:00:00 2001
From: Miroslav Rezanina <mrezanin@redhat.com>
Date: Wed, 8 Feb 2017 11:23:29 +0100
Subject: Disable auto update

(cherry picked from commit 6b80e77324a56a8e7e4feb023c940603efb058f3)
---
 config/waagent.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/waagent.conf b/config/waagent.conf
index 99f54d6..6ce49e7 100644
--- a/config/waagent.conf
+++ b/config/waagent.conf
@@ -95,7 +95,7 @@ OS.SshDir=/etc/ssh
 # OS.EnableRDMA=y
 
 # Enable or disable goal state processing auto-update, default is enabled
-# AutoUpdate.Enabled=y
+AutoUpdate.Enabled=n
 
 # Determine the update family, this should not be changed
 # AutoUpdate.GAFamily=Prod
-- 
1.8.3.1