diff options
Diffstat (limited to 'debian/patches/lp-1650522-reenable-auto-update.patch')
-rw-r--r-- | debian/patches/lp-1650522-reenable-auto-update.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/lp-1650522-reenable-auto-update.patch b/debian/patches/lp-1650522-reenable-auto-update.patch new file mode 100644 index 0000000..576e54c --- /dev/null +++ b/debian/patches/lp-1650522-reenable-auto-update.patch @@ -0,0 +1,20 @@ +Description: re-enable AutoUpdate at waagent.conf + After having disabled AutoUpdates it was agreed with Azure that + the ubuntu package was required to re-enable them by default. +Author: Jose Vazquez <jose.vazquez@canonical.com> +Origin: upstream +Bug-Ubuntu: https://bugs.launchpad.net/bugs/1650522 +Forwarded: not-needed +Last-Update: 2016-12-16 + +Index: walinuxagent-2.1.5/config/ubuntu/waagent.conf +=================================================================== +--- walinuxagent-2.1.5.orig/config/ubuntu/waagent.conf ++++ walinuxagent-2.1.5/config/ubuntu/waagent.conf +@@ -82,5 +82,5 @@ OS.OpensslPath=None + # OS.EnableRDMA=y + + # Enable or disable self-update, default is enabled +-AutoUpdate.Enabled=n ++AutoUpdate.Enabled=y + AutoUpdate.GAFamily=Prod |