bootstrap-vz/bootstrapvz/plugins/unattended_upgrades
2018-02-25 04:12:24 +00:00
..
__init__.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
manifest-schema.yml Litter the manifest schemas with additionalProperties:false 2015-05-02 13:04:30 +02:00
README.rst Docs: fix wrongfully escaped terms 2015-04-28 01:21:07 -03:00
tasks.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00

Unattended upgrades
-------------------

Enables the `unattended update/upgrade
feature <https://packages.debian.org/wheezy/unattended-upgrades>`__ in
aptitude. Enable it to have your system automatically download and
install security updates automatically with a set interval.

Settings
~~~~~~~~

-  ``update_interval``: Days between running ``apt-get update``.
   ``required``
-  ``download_interval``: Days between running
   ``apt-get upgrade --download-only``
   ``required``
-  ``upgrade_interval``: Days between installing any security upgrades.
   ``required``