Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Releases: aharden/aharden-puppet_ent_agent

puppet_ent_agent v2.0.5

12 May 16:43
Compare
Choose a tag to compare

2016-05-12 - Version 2.0.5

Bugfix:

  • install/nix.pp: Added 15-minute timeout for agent upgrade installation process. Observed some nodes taking over 5 minutes (default exec timeout) to complete the install.

puppet_ent_agent v2.0.4

12 May 14:19
Compare
Choose a tag to compare

2016-05-12 - Version 2.0.4

Bugfix:

  • install/nix.pp: Use insecure curl on Solaris. This is required for Puppet deployments that are using a self-signed CA. Feedback welcome.

puppet_ent_agent v2.0.3

11 May 19:46
Compare
Choose a tag to compare

2016-05-11 - Version 2.0.3

Bugfix:

  • install/nix.pp: Move Solaris back to using root group (bug introduced in 2.0.2).

puppet_ent_agent v2.0.2

11 May 18:48
Compare
Choose a tag to compare

2016-05-11 - Version 2.0.2

My customers asked me to move Solaris over to curl from wget in puppet_ent_agent::install::nix. Feedback welcome.

Bugfix:

  • install/nix.pp: Curl used by default on Solaris instead of wget.

puppet_ent_agent v2.0.1

11 May 16:59
Compare
Choose a tag to compare

2016-05-11 - Version 2.0.1

Version 2.0.0 broke on Solaris. Refining the service skip logic that avoids puppet_agent resource conflict on Solaris; only skip service management on Solaris if running PE 3.x agent.

Bugfix:

  • params.pp: Add service skip condition for Solaris OS family running PE 3.x agent.
  • init.pp: Skip service class if not configuring it.
  • config.pp: Skip service notification if not configuring service.
  • service.pp: Refactored OSfamily check out to params class.

puppet_ent_agent v2.0.0

10 May 11:38
Compare
Choose a tag to compare

2016-05-10 - Version 2.0.0

New major version release to support classification alongside puppet_agent module during Puppet 3.x to 4.x upgrades.

Bugfix:

  • params.pp: Improve agent version detection.
  • service.pp: Removed Solaris from service resource management -- puppet_agent manages the pe-puppet service during upgrades of Solaris.

puppet_ent_agent v1.4.3

03 Mar 18:03
Compare
Choose a tag to compare

Bugfix:

  • config.pp: Prevented config::symlinks from being included on Windows systems

puppet_ent_agent v1.4.1

19 Feb 21:30
Compare
Choose a tag to compare

Bugfix:

  • config.pp: Removed owner/group/mode management of puppet.conf due to inconsistencies between PE 2015.x servers and agents

puppet_ent_agent v1.4.0

01 Feb 19:42
Compare
Choose a tag to compare

New Features:

  • Compatible with PE 2015.2.x and PE 2015.3.x deployments (PE 2015.x and later All-in-one agent upgrades not supported)
  • All non-base classes now marked private

puppet_ent_agent v1.3.0

20 Nov 21:39
Compare
Choose a tag to compare

New Feature:

  • curl_path parameter for AIX (doesn't support wget with SSL)

Bugfix:

  • Moved all wget::fetch calls to use TLSv1 since that's what Puppet Enterprise defaults to