Ottomata has uploaded a new change for review.

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

Change subject: Add mahout.pp class to install mahout package
......................................................................

Add mahout.pp class to install mahout package

Change-Id: Ibb30e4866247ed8819eb34f7cd48e3d74d3f44be
---
A manifests/mahout.pp
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/cdh 
refs/changes/47/179147/1

diff --git a/manifests/mahout.pp b/manifests/mahout.pp
new file mode 100644
index 0000000..50dff86
--- /dev/null
+++ b/manifests/mahout.pp
@@ -0,0 +1,9 @@
+# == Class cdh::mahout
+# Installs mahout package.  You should only need to include this on
+# nodes where users will run the mahout executable, i.e. client submission 
nodes.
+#
+class cdh::mahout {
+    package { 'mahout':
+        ensure => 'installed',
+    }
+}

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

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

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

Reply via email to