diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-05-07 18:35:53 -0400 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-05-07 18:35:53 -0400 |
commit | 95a68805a0ec1c175472f44b720c9f9ee7a57e45 (patch) | |
tree | 4f660b449b38a12c45fa16e2c86137b837725eef | |
parent | 07424069c2cb66c484e2bfe160a1aba2efd610ce (diff) | |
download | puppet-apt-95a68805a0ec1c175472f44b720c9f9ee7a57e45.tar.gz puppet-apt-95a68805a0ec1c175472f44b720c9f9ee7a57e45.tar.bz2 |
Add upgrade notice about updated functions
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ Ubuntu support is lagging behind but not absent either. ! Upgrade Notice ! + * Several parser functions have been updated: you need to restart your puppet + master, otherwise some nodes may keep on using an old, cached version! + (https://docs.puppetlabs.com/guides/custom_functions.html#gotchas) + * If you were using custom 50unattended-upgrades.${::lsbdistcodename} in your site_apt, these are no longer supported. You should migrate to passing $blacklisted_packages to the apt::unattended_upgrades class. |