diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2016-10-04 12:25:07 +0100 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-10-04 20:58:53 +0000 |
commit | 1839eceeb3c4ebbe8baae55da05475fc770d83bf (patch) | |
tree | bbff33fb7bf3f0735efecac3198c1875f8d7ef35 | |
parent | 7cf8cac21ab6430bd1656c5d4ca1c63d72e1b960 (diff) | |
download | vyos-walinuxagent-1839eceeb3c4ebbe8baae55da05475fc770d83bf.tar.gz vyos-walinuxagent-1839eceeb3c4ebbe8baae55da05475fc770d83bf.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 |