diff options
author | Dimitri John Ledkov <xnox@ubuntu.com> | 2017-01-05 16:31:00 +0000 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2017-01-05 16:33:14 +0000 |
commit | ac0df7db91a07e8120016035d31bac655421d8ef (patch) | |
tree | bec53e16657435a498c0a0939049dba890b21282 | |
parent | 63d399807de30a64456e672063e7c20babf7aadc (diff) | |
download | vyos-walinuxagent-ac0df7db91a07e8120016035d31bac655421d8ef.tar.gz vyos-walinuxagent-ac0df7db91a07e8120016035d31bac655421d8ef.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 |