aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-08 22:25:09 -0500
committerMicah Anderson <micah@riseup.net>2010-12-08 22:25:09 -0500
commit13bf7d0623fceb3b97cc90f0a9a9dcd8afdb03e8 (patch)
tree442f266859ad9b6820773deb59335ed65d3c22e8 /README
parentfbb291ed19eeb9a64d4aed78c48d221315da7866 (diff)
downloadpuppet-apt-13bf7d0623fceb3b97cc90f0a9a9dcd8afdb03e8.tar.gz
puppet-apt-13bf7d0623fceb3b97cc90f0a9a9dcd8afdb03e8.tar.bz2
add apt-listchanges support. this is a nice compliment to using the upgrade_package functionality, because you get an email when the package has been upgraded.
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 355379b..f171e8c 100644
--- a/README
+++ b/README
@@ -198,6 +198,19 @@ apt::dselect
This class, when included, installs dselect and switches it to expert mode to
suppress superfluous help screens.
+apt::listchanges
+
+This class, when included, installs apt-listchanges and configures it using the
+following variables, the defaults are below:
+
+ $listchanges_version = "present"
+ $listchanges_config = "apt/${operatingsystem}/listchanges_${lsbrelease}.erb"
+ $listchanges_frontend = "pager"
+ $listchanges_email = "root"
+ $listchanges_confirm = "0"
+ $listchanges_saveseen = "/var/lib/apt/listchanges.db"
+ $listchanges_which = "both"
+
apt::proxy_client
-----------------