Faidon Liambotis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/269410

Change subject: base: apt-listchanges ensure => absent
......................................................................

base: apt-listchanges ensure => absent

apt-listchanges is responsible for some really annoying cronspam for
NEWS.Debian (e.g. with the recent ca-certificates upgrade) and is not
very useful across our fleet. Add it to the ensure => absent list in
base.

Change-Id: I386a6f994ebfc7b3f839814b6b84383af89f8fe5
---
M modules/base/manifests/standard_packages.pp
1 file changed, 9 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/10/269410/1

diff --git a/modules/base/manifests/standard_packages.pp 
b/modules/base/manifests/standard_packages.pp
index 7b3d597..7e09c80 100644
--- a/modules/base/manifests/standard_packages.pp
+++ b/modules/base/manifests/standard_packages.pp
@@ -60,7 +60,15 @@
     }
 
     # uninstall these packages
-    package { [ 'mlocate', 'os-prober', 'wpasupplicant', 'apport', 
'python3-apport', 'ecryptfs-utils' ]:
+    package { [
+            'apport',
+            'apt-listchanges',
+            'ecryptfs-utils',
+            'mlocate',
+            'os-prober',
+            'python3-apport',
+            'wpasupplicant',
+        ]:
         ensure => absent,
     }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/269410
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I386a6f994ebfc7b3f839814b6b84383af89f8fe5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to