diff options
author | Jose Luis Vazquez Gonzalez (Jose Vazquez) <jose.vazquez@canonical.com> | 2016-12-19 18:11:33 +0100 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-12-20 10:38:16 +0000 |
commit | ecb9bedea1db77ec17e927ed2734bce70da39b0d (patch) | |
tree | 768611427398ca849b0795f99a137c936403d329 | |
parent | f9738a6262884c50504d51475f4d239d57427e99 (diff) | |
download | vyos-walinuxagent-ecb9bedea1db77ec17e927ed2734bce70da39b0d.tar.gz vyos-walinuxagent-ecb9bedea1db77ec17e927ed2734bce70da39b0d.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 |