Faidon has uploaded a new change for review.

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


Change subject: appserver: don't install a particular PHP version
......................................................................

appserver: don't install a particular PHP version

puppet tries to install an older version of PHP than the current one and
fails. Remove the version altogether, just use "present".

Change-Id: Ic4f9331d4b41efef6559a423b14882b690daa640
---
M modules/applicationserver/manifests/apache_packages.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/85/54585/1

diff --git a/modules/applicationserver/manifests/apache_packages.pp 
b/modules/applicationserver/manifests/apache_packages.pp
index aabe1e7..69c4be8 100644
--- a/modules/applicationserver/manifests/apache_packages.pp
+++ b/modules/applicationserver/manifests/apache_packages.pp
@@ -1,7 +1,7 @@
 class applicationserver::apache_packages {
        include applicationserver::packages
 
-       package { "libapache2-mod-php5":
-               ensure => "5.3.10-1ubuntu3.4+wmf1";
+       package { 'libapache2-mod-php5':
+               ensure => present,
        }
 }

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

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

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

Reply via email to