Ottomata has uploaded a new change for review.

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

Change subject: Use require_package and make sure python3-docopt is on 
analytics cluster clients
......................................................................

Use require_package and make sure python3-docopt is on analytics cluster clients

Change-Id: If7d8a8e809393a6ecd07cb9fe71ef8783e637a40
---
M modules/role/manifests/analytics_cluster/client.pp
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/06/304506/1

diff --git a/modules/role/manifests/analytics_cluster/client.pp 
b/modules/role/manifests/analytics_cluster/client.pp
index 5561133..1ae86c3 100644
--- a/modules/role/manifests/analytics_cluster/client.pp
+++ b/modules/role/manifests/analytics_cluster/client.pp
@@ -23,11 +23,13 @@
     class { 'cdh::hadoop::mount': }
 
     # These packages are useful, install them.
-    ensure_packages([
+    require_package(
         'ipython-notebook',
         'kafkacat',
         'heirloom-mailx',
-    ])
+        'python-docopt',
+        'python3-docopt',
+    )
 
     # include maven to build jars for Hadoop.
     include ::maven

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

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

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

Reply via email to