summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-02-20 19:21:47 +0000
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-02-20 19:21:47 +0000
commit53096b4c212878f102d4c414c860146b03d5d270 (patch)
tree810ce70407c75b1a31617e28b92761e60b403d04
parent140a3227b4f4a8f81d8c6458aa39b6e968a0c00b (diff)
mention new apt_listchanges module.
-rw-r--r--UPGRADING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/UPGRADING.md b/UPGRADING.md
index ed4c355..7085f06 100644
--- a/UPGRADING.md
+++ b/UPGRADING.md
@@ -81,9 +81,11 @@ Maybe consider moving to a workflow using `unattended-upgrades`?
## apt-listchanges
-Sadly, `apt-listchanges` is not supported by the module. [Someone created a PR in 2014](https://github.com/puppetlabs/puppetlabs-apt/pull/379) but it was rejected.
+I ported and upgraded our modules `apt::listchanges` code to a
+[separate module](https://gitlab.com/baldurmen/puppet-apt_listchanges).
-Nothing seems to do this on the Forge either, so we would have to make our own "add-on" module to manage this. We could recycle and tweak our existing code for this.
+It basically does the same thing, but in a more modern style. Check the
+parameters list as types are now defined.
## proxy