bootstrap-vz/bootstrapvz/plugins/unattended_upgrades
Anders Ingemann 953987fddf Combine documentation from github wiki with sphinx
This is the first step in the effort of combining all documentation about
bootstrap-vz into sphinx while still being able to access it from github
(github can parse rst as well)
2015-04-11 16:40:44 +02:00
..
__init__.py Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
manifest-schema.yml Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
README.rst Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
tasks.py Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +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``*