diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-09-20 13:50:44 -0400 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-09-20 18:54:41 +0000 |
commit | 746b7107bdbcaf1c31298dafb2024def787da43c (patch) | |
tree | 81625b2618c06459bd2fce06f94c63948a5bf0e7 | |
parent | b13463abf4ced1d3b6e3980fe2e05f54d0c21a54 (diff) | |
download | vyos-walinuxagent-746b7107bdbcaf1c31298dafb2024def787da43c.tar.gz vyos-walinuxagent-746b7107bdbcaf1c31298dafb2024def787da43c.zip |
disable-auto-update.patch
No DEP3 Subject or Description header found
Gbp-Pq: disable-auto-update.patch.
-rw-r--r-- | config/ubuntu/waagent.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ubuntu/waagent.conf b/config/ubuntu/waagent.conf index ca68044..cb31824 100644 --- a/config/ubuntu/waagent.conf +++ b/config/ubuntu/waagent.conf @@ -82,5 +82,5 @@ OS.OpensslPath=None # OS.EnableRDMA=y # Enable or disable self-update, default is enabled -AutoUpdate.Enabled=y +AutoUpdate.Enabled=n AutoUpdate.GAFamily=Prod |