Puppet Plan: puppet::agent5::install

Defined in:
plans/agent5/install.pp

Overview

Parameters:

  • targets (TargetSpec)


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

plan puppet::agent5::install (
  TargetSpec $targets,
)
{
  return run_task('puppet_agent::install', $targets, collection => 'puppet5', stop_service => true)
}