Puppet Plan: puppet::agent::install

Defined in:
plans/agent/install.pp

Overview

Parameters:

  • targets (TargetSpec)
  • collection (Puppet::Platform) (defaults to: 'puppet7')


1
2
3
4
5
6
# File 'plans/agent/install.pp', line 1

plan puppet::agent::install (
  TargetSpec $targets,
  Puppet::Platform $collection = 'puppet7',
) {
  return run_task('puppet_agent::install', $targets, collection => $collection, stop_service => true)
}