Puppet Class: role::cloud_analytics::worker

Defined in:
modules/role/manifests/cloud_analytics/worker.pp

Overview

Class: role::cloud_analytics::worker

Hadoop and Presto worker in the cloud-analytics cluster.



5
6
7
8
# File 'modules/role/manifests/cloud_analytics/worker.pp', line 5

class role::cloud_analytics::worker {
    include profile::hadoop::worker
    include profile::presto::server
}