Puppet Plan: peadm::uninstall

Defined in:
plans/uninstall.pp

Summary

Single-entry-point plan for uninstalling Puppet Enterprise

Overview

This plan is in development and currently considered experimental.

Parameters:

  • targets (TargetSpec)


6
7
8
9
10
11
12
13
14
# File 'plans/uninstall.pp', line 6

plan peadm::uninstall (
  TargetSpec $targets,
) {
  peadm::assert_supported_bolt_version()

  $uninstall_results = run_task('peadm::pe_uninstall', $targets)

  return($uninstall_results)
}