diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 40 |
1 files changed, 2 insertions, 38 deletions
@@ -1,5 +1,3 @@ -forked from https://labs.riseup.net/code/projects/show/module-apt - Overview ======== @@ -72,39 +70,11 @@ apt keyring, you can set this variable to a path in your fileserver where individual key files can be placed. If this is set and keys exist there, this module will apt-key add each key -$backports_enabled ------------------- -If set to true, the debian backports repository is enabled through a -file in /etc/apt/sources.d/. Defaults to true. - -$apt_deb_src_enabled --------------------- -If set to true, the debian sources repository is enabled through a -file in /etc/apt/sources.d/. Defaults to false. - -$apt_volatile_enabled --------------------- -If set to true, the debiani volatile repository is enabled through a -file in /etc/apt/sources.d/. Defaults to false. - - Classes ======= -apt ---- -Sets up the basic apt package management. - -apt::unattended_upgrades ------------------------- -Sets up the unattended-upgrades package, and configures it mostly through -the file /etc/apt/apt.conf.d/50unattended-upgrades. -Unfortunately there seems to be a bug in unattended-upgrades <= 0.25.1 that -wildcards aren't recognized, so use it with care ! -http://packages.debian.org/de/lenny/unattended-upgrades -apt::cron ---------- -Deploys a cronjob to run apt-get update && apt-get autoclean every hour +This module contains only the apt class, which sets up all described +functionality. Resources @@ -150,12 +120,6 @@ upgrade_package { "perl": "perl-modules": } -apt::custom_sources_template ----------------------------- -Deploys custom sources in /etc/apt/sources.list.d, i.e. - - apt::custom_sources_template { "site-apt/my-repository.list.erb": sources_file => "my-repository.list" } - TODO ==== |