Faidon Liambotis has submitted this change and it was merged.

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

Approvals:
  Faidon Liambotis: Verified; 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 1cc5224..f3dd671 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',
     ]
 
     package { $packages:

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

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