Krinkle has uploaded a new change for review.

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


Change subject: contint: Disable php-apc on gallium
......................................................................

contint: Disable php-apc on gallium

Also cleaned up inconsistent whitespace from 803d066.

Change-Id: I7505ae0665f6f989a67b5580e4bf0f7fca464221
---
M manifests/site.pp
M modules/contint/manifests/packages.pp
2 files changed, 11 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/51/67551/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 34b828c..503c83c 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -989,11 +989,11 @@
                require => File['/srv/ssd'],
        }
 
-  # FIXME requested by hashar to debug out an issue
-  # with Jenkins (bug 48025)
-  package { 'pstack':
-    ensure => present,
-  }
+       # FIXME requested by hashar to debug out an issue
+       # with Jenkins (bug 48025)
+       package { 'pstack':
+               ensure => present,
+       }
 
        install_certificate{ "star.mediawiki.org": }
        install_certificate{ "star.wikimedia.org": }
diff --git a/modules/contint/manifests/packages.pp 
b/modules/contint/manifests/packages.pp
index 832d24d..cfb1d66 100644
--- a/modules/contint/manifests/packages.pp
+++ b/modules/contint/manifests/packages.pp
@@ -32,7 +32,6 @@
 
   # PHP related packages
   package { [
-    'php-apc',
     'php-pear',
     'php5-cli',
     'php5-curl',
@@ -120,4 +119,10 @@
     ensure => present,
   }
 
+  # Uninstalled packages
+  package { [
+    'php-apc',
+    ]: ensure => absent,
+  }
+
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7505ae0665f6f989a67b5580e4bf0f7fca464221
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Krinkle <[email protected]>

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

Reply via email to