Krinkle has uploaded a new change for review.

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


Change subject: contint: Set ensure latest on ruby-jsduck
......................................................................

contint: Set ensure latest on ruby-jsduck

Change-Id: I710529a9b31a0ffb741e7554b526317e9f85fa64
---
M modules/contint/manifests/packages.pp
1 file changed, 4 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/98/54798/1

diff --git a/modules/contint/manifests/packages.pp 
b/modules/contint/manifests/packages.pp
index 55698bb..00f6033 100644
--- a/modules/contint/manifests/packages.pp
+++ b/modules/contint/manifests/packages.pp
@@ -65,7 +65,6 @@
     'libthai-dev',
 
     'doxygen',
-    'ruby-jsduck',
     ]: ensure => present,
   }
 
@@ -86,10 +85,10 @@
   # need geoip to build udp-filter
   include geoip
 
-
-  # Node.js evolves quickly so we want to update it
-  # automatically.
-  package { 'nodejs':
+  # These evolve quickly and we update them frequently
+  # Simply let it update to the latest automatically whenever
+  # we package a new version.
+  package { ['nodejs', 'ruby-jsduck']:
     ensure => latest,
   }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I710529a9b31a0ffb741e7554b526317e9f85fa64
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Krinkle <ttij...@wikimedia.org>

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

Reply via email to