Faidon has submitted this change and it was merged.
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(-)
Approvals:
Faidon: Verified; Looks good to me, approved
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: merged
Gerrit-Change-Id: Ic4f9331d4b41efef6559a423b14882b690daa640
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon <[email protected]>
Gerrit-Reviewer: Faidon <[email protected]>
Gerrit-Reviewer: Pyoungmeister <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits