Puppet Class: profile::oozie::client
- Defined in:
- modules/profile/manifests/oozie/client.pp
Overview
SPDX-License-Identifier: Apache-2.0
Class profile::oozie::client
4 5 6 7 8 9 10 11 |
# File 'modules/profile/manifests/oozie/client.pp', line 4
class profile::oozie::client(
Hash[String, Any] $oozie_services = lookup('oozie_services'),
String $oozie_service = lookup('profile::oozie::client::oozie_service'),
) {
class { '::bigtop::oozie':
oozie_host => $oozie_services[$oozie_service]['oozie_host']
}
}
|