ArielGlenn has uploaded a new change for review.

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


Change subject: a couple of hardy hosts out there need timeout package (e.g. 
erzurumi)
......................................................................

a couple of hardy hosts out there need timeout package (e.g. erzurumi)

Change-Id: Idbf5e58b825bd306b5d008b4c7a78fad5436d71a
---
M manifests/base.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/11/79311/1

diff --git a/manifests/base.pp b/manifests/base.pp
index 66b4ad7..2a0ef7e 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -86,7 +86,7 @@
                ensure => latest;
        }
 
-       if $::lsbdistid == "Ubuntu" and versioncmp($::lsbdistrelease, "10.04") 
== 0 {
+       if $::lsbdistid == "Ubuntu" and (versioncmp($::lsbdistrelease, "10.04") 
== 0 or versioncmp($::lsbdistrelease, "8.04") == 0) {
                package {"timeout":
                        ensure => latest;
                }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idbf5e58b825bd306b5d008b4c7a78fad5436d71a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <ar...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to