diff options
author | Micah Anderson <micah@riseup.net> | 2010-09-02 19:12:58 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-09-02 19:12:58 -0400 |
commit | a5e4ab40d8e5074c3ef6525358858376c5dbdab7 (patch) | |
tree | f3342e4da7e620a7d43564cf7496d666c80b46e6 /README | |
parent | 9b916b3224b194c3e6805855b83886eae3e9fd39 (diff) | |
parent | dd36612e50b2c44135fa10fdc3d6120ff2b1220e (diff) | |
download | puppet-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-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 ======= |