diff options
author | Gabriel Filion <gabster@lelutin.ca> | 2015-04-17 16:43:26 -0400 |
---|---|---|
committer | Gabriel Filion <gabster@lelutin.ca> | 2015-04-17 16:43:26 -0400 |
commit | 6f6e725e60f05a232ba6053cfc49ce1b219be7c7 (patch) | |
tree | 503ad86d2d73fadcaffa3d2f354043b5edce492d /README | |
parent | 0389b1126164bf8e884f5951d734d725bc718a66 (diff) | |
download | puppet-apt-6f6e725e60f05a232ba6053cfc49ce1b219be7c7.tar.gz puppet-apt-6f6e725e60f05a232ba6053cfc49ce1b219be7c7.tar.bz2 |
Add parameter for blacklisting a list of packages.
This functionality was lost because we stopped using a source file for
the 50unattended-upgrades file that would previously let one override
the configuration per release or per host.
Diffstat (limited to 'README')
-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 ! + * 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. + * the apt class has been moved to a paramterized class. if you were including this class before, after passing some variables, you will need to move to instantiating the class with those variables instead. For example, if you |