aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2015-04-17 16:43:26 -0400
committerGabriel Filion <gabster@lelutin.ca>2015-04-17 16:43:26 -0400
commit6f6e725e60f05a232ba6053cfc49ce1b219be7c7 (patch)
tree503ad86d2d73fadcaffa3d2f354043b5edce492d /manifests
parent0389b1126164bf8e884f5951d734d725bc718a66 (diff)
downloadpuppet-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 'manifests')
-rw-r--r--manifests/unattended_upgrades.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/unattended_upgrades.pp b/manifests/unattended_upgrades.pp
index 7e17333..9f74bbd 100644
--- a/manifests/unattended_upgrades.pp
+++ b/manifests/unattended_upgrades.pp
@@ -2,6 +2,7 @@ class apt::unattended_upgrades (
$config_content = undef,
$mailonlyonerror = true,
$mail_recipient = 'root',
+ $blacklisted_packages = [],
) {
package { 'unattended-upgrades':