Hashar has uploaded a new change for review.

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

Change subject: contint: install nodejs-legacy on Debian
......................................................................

contint: install nodejs-legacy on Debian

Provides /usr/bin/node on Debian Jessie.  The package does not exist on
Precise.

Change-Id: I00f0b17c2c8fcbdcd48628718ce361fc5c19e739
---
M modules/contint/manifests/packages.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/91/249391/1

diff --git a/modules/contint/manifests/packages.pp 
b/modules/contint/manifests/packages.pp
index f81ddc4..bb25a8a 100644
--- a/modules/contint/manifests/packages.pp
+++ b/modules/contint/manifests/packages.pp
@@ -104,7 +104,7 @@
         }
     }
 
-    if os_version('ubuntu >= trusty') {
+    if (os_version('ubuntu < trusty') or os_version('debian >= jessie')) {
 
         # Provide 'node' alias for 'nodejs' because Debian/Ubuntu
         # already has a package called 'node'

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

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

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

Reply via email to