Ottomata has submitted this change and it was merged.

Change subject: Install virtualenv on stat* boxes now that they are in the 
Analytics VLAN
......................................................................


Install virtualenv on stat* boxes now that they are in the Analytics VLAN

T84378

Change-Id: I39b2a09d5fd3e362a4a60a327ee17f12f34bc146
---
M manifests/misc/statistics.pp
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Ottomata: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index fd96aaa..f361459 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -138,7 +138,8 @@
         'python-pygeoip',   # For geo-encoding IP addresses
         'python-ua-parser', # For parsing User Agents
         'python-matplotlib',  # For generating plots of data
-        'python-netaddr'
+        'python-netaddr',
+        'python-virtualenv', # T84378
     ]:
         ensure => 'installed',
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I39b2a09d5fd3e362a4a60a327ee17f12f34bc146
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to