Puppet Class: cloudera::cdh5::mahout

Defined in:
manifests/cdh5/mahout.pp

Overview



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

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