Puppet Class: spark::worker::config
- Defined in:
- manifests/worker/config.pp
Overview
Class spark::worker::config
This class is called from spark::worker
5 6 7 8 |
# File 'manifests/worker/config.pp', line 5
class spark::worker::config {
include ::stdlib
contain spark::common::config
}
|