Ori.livneh has uploaded a new change for review.

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

Change subject: base: ensure => absent on 'command-not-found'
......................................................................

base: ensure => absent on 'command-not-found'

The sole purpose of this package is to punish you for your typos by adding
extra latency.

Change-Id: I789644c8da4ff374918e9ff98238bb13c237ddfc
---
M modules/base/manifests/standard-packages.pp
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/87/231487/1

diff --git a/modules/base/manifests/standard-packages.pp 
b/modules/base/manifests/standard-packages.pp
index 18f9278..633a19e9 100644
--- a/modules/base/manifests/standard-packages.pp
+++ b/modules/base/manifests/standard-packages.pp
@@ -4,7 +4,10 @@
         package { [ "linux-tools-${::kernelrelease}", 'linux-tools-generic' ]:
             ensure => present,
         }
+    }
 
+    package { 'command-not-found':
+        ensure => absent,
     }
 
     $packages = [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I789644c8da4ff374918e9ff98238bb13c237ddfc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to