Andrew Bogott has uploaded a new change for review.
https://gerrit.wikimedia.org/r/188111
Change subject: Modest changes in the wikitech config for Trusty
......................................................................
Modest changes in the wikitech config for Trusty
Change-Id: I9dc36727f841c443dc8eabf93c7c049eef61a564
---
M modules/openstack/manifests/openstack-manager.pp
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/11/188111/1
diff --git a/modules/openstack/manifests/openstack-manager.pp
b/modules/openstack/manifests/openstack-manager.pp
index dd68097..804357c 100644
--- a/modules/openstack/manifests/openstack-manager.pp
+++ b/modules/openstack/manifests/openstack-manager.pp
@@ -24,7 +24,11 @@
$controller_hostname = $novaconfig['controller_hostname']
- package { [ 'php5-ldap', 'php5-uuid', 'imagemagick', 'librsvg2-bin' ]:
+ if ($::lsbdistcodename == 'precise') {
+ package { [ 'php5-ldap', 'php5-uuid', 'imagemagick', 'librsvg2-bin' ]:
+ ensure => present;
+ } else {
+ package { [ 'php5-ldap', 'imagemagick', 'librsvg2-bin' ]:
ensure => present;
}
--
To view, visit https://gerrit.wikimedia.org/r/188111
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9dc36727f841c443dc8eabf93c7c049eef61a564
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits