Puppet Plan: puppet::agent::install
- Defined in:
- plans/agent/install.pp
Overview
1 2 3 4 5 6 7 |
# File 'plans/agent/install.pp', line 1
plan puppet::agent::install (
TargetSpec $targets,
Puppet::Platform $collection = 'puppet8',
) {
run_task(bsys::install_yum, $targets)
return run_task(puppet_agent::install, $targets, collection => $collection, stop_service => true)
}
|