Ori.livneh has submitted this change and it was merged.

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

Approvals:
  Ori.livneh: 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 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: merged
Gerrit-Change-Id: I789644c8da4ff374918e9ff98238bb13c237ddfc
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to