Puppet Class: spark::master::config
- Defined in:
- manifests/master/config.pp
Overview
Class spark::master::config
This class is called from spark::master.
5 6 7 8 9 10 |
# File 'manifests/master/config.pp', line 5
class spark::master::config {
include ::stdlib
contain spark::common::config
validate_string($spark::master_hostname)
}
|