You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: REFERENCE.md
+20-21
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
### Classes
8
8
9
+
#### Public Classes
10
+
9
11
*[`puppet_agent`](#puppet_agent): Upgrades Puppet 4 and newer to the requested version.
10
12
*[`puppet_agent::configure`](#puppet_agent--configure): Uses $puppet_agent::config to manage settings in puppet.conf.
11
13
*[`puppet_agent::install`](#puppet_agent--install): This class is called from puppet_agent for install.
@@ -22,10 +24,13 @@
22
24
*[`puppet_agent::osfamily::windows`](#puppet_agent--osfamily--windows): Determines the puppet-agent package location for Windows OSes.
23
25
*[`puppet_agent::params`](#puppet_agent--params): Sets variables according to platform.
24
26
*[`puppet_agent::prepare`](#puppet_agent--prepare): This class is called from puppet_agent to prepare for the upgrade.
25
-
*[`puppet_agent::prepare::package`](#puppet_agent--prepare--package): Ensures correct puppet-agent package is downloaded locally.
26
27
*[`puppet_agent::prepare::puppet_config`](#puppet_agent--prepare--puppet_config): Private class called from puppet_agent::prepare class.
27
28
*[`puppet_agent::service`](#puppet_agent--service): Ensures that managed services are running.
28
29
30
+
#### Private Classes
31
+
32
+
*`puppet_agent::prepare::package`: Ensures correct puppet-agent package is downloaded locally.
33
+
29
34
### Resource types
30
35
31
36
*[`puppet_agent_end_run`](#puppet_agent_end_run): Stops the current Puppet run if a puppet-agent upgrade was performed. Used on platforms that manage the Puppet Agent upgrade with a package r
@@ -614,24 +619,6 @@ The puppet-agent version to install.
0 commit comments