Faidon Liambotis has submitted this change and it was merged.

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(-)

Approvals:
  Faidon Liambotis: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I386a6f994ebfc7b3f839814b6b84383af89f8fe5
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to