diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-09-14 13:06:56 -0400 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-09-14 19:19:12 +0000 |
commit | 65a714cda8ffebae9fa34d6c744be07bba0d4a77 (patch) | |
tree | b3f905d683c1ab2bbe35d9f72d437d10a373e56d /config/ubuntu | |
parent | c876364505e21939344ddb6d9f413643ddfe2c38 (diff) | |
download | vyos-walinuxagent-65a714cda8ffebae9fa34d6c744be07bba0d4a77.tar.gz vyos-walinuxagent-65a714cda8ffebae9fa34d6c744be07bba0d4a77.zip |
disable-auto-update.patch
No DEP3 Subject or Description header found
Gbp-Pq: disable-auto-update.patch.
Diffstat (limited to 'config/ubuntu')
-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 |