Faidon Liambotis has uploaded a new change for review.

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

Change subject: Add quickstack to all-distros standard-packages
......................................................................

Add quickstack to all-distros standard-packages

quickstack is generally useful and there is no reason it's currently
guarded by a trusty os_version guard. Build it for lucid, precise &
jessie and install it on all systems.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/92/179092/1

diff --git a/modules/base/manifests/standard-packages.pp 
b/modules/base/manifests/standard-packages.pp
index 1cc5224..1516ff6 100644
--- a/modules/base/manifests/standard-packages.pp
+++ b/modules/base/manifests/standard-packages.pp
@@ -5,9 +5,6 @@
             ensure => present,
         }
 
-        package { 'quickstack':
-            ensure => present,
-        }
     }
 
     $packages = [
@@ -31,6 +28,7 @@
         'debian-goodies',
         'ethtool',
         'lldpd',
+        'quickstack', # not upstream
     ]
 
     package { $packages:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifec808fa4e422b34820bce0e8f92f738a1337d23
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