aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-09-02 19:12:58 -0400
committerMicah Anderson <micah@riseup.net>2010-09-02 19:12:58 -0400
commita5e4ab40d8e5074c3ef6525358858376c5dbdab7 (patch)
treef3342e4da7e620a7d43564cf7496d666c80b46e6 /README
parent9b916b3224b194c3e6805855b83886eae3e9fd39 (diff)
parentdd36612e50b2c44135fa10fdc3d6120ff2b1220e (diff)
downloadpuppet-apt-a5e4ab40d8e5074c3ef6525358858376c5dbdab7.tar.gz
puppet-apt-a5e4ab40d8e5074c3ef6525358858376c5dbdab7.tar.bz2
Merge remote branch 'immerda/master'
Conflicts: manifests/init.pp
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 1dbb995..1234ce2 100644
--- a/README
+++ b/README
@@ -35,7 +35,6 @@ From apt.conf(5), 0.7.2:
instance). pre-auto performs this action before downloading new
packages."
-
$lsbdistcodename
----------------
Contains the codename ("etch", "lenny", ...) of the client's
@@ -70,6 +69,13 @@ 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
+$apt_unattended_upgrades
+------------------------
+
+If this variable is set to true apt::unattended_upgrades is included,
+which will install the package unattended-upgrades and configure it to
+daily upgrade the system.
+
Classes
=======