Puppet Class: cloudera::cdh::mahout

Defined in:
manifests/cdh/mahout.pp

Overview



16
17
18
19
20
21
# File 'manifests/cdh/mahout.pp', line 16

class cloudera::cdh::mahout {
  package { 'mahout':
    ensure => present,
    tag    => 'cloudera-cdh4',
  }
}