Puppet Class: r_profile::puppet::master::agent_installers
- Defined in:
- manifests/puppet/master/agent_installers.pp
Overview
R_profile::Puppet::Master::Agent_installers
Configure puppet to install the most common agent installers
6 7 8 9 10 11 12 13 |
# File 'manifests/puppet/master/agent_installers.pp', line 6
class r_profile::puppet::master::agent_installers(
$install = hiera('r_profile::puppet::master::agent_installers::install', true),
){
class { 'psquared::agent_installers':
install => $install,
}
}
|