This repository has been archived by the owner on May 25, 2020. It is now read-only.
Releases: aharden/aharden-puppet_ent_agent
Releases · aharden/aharden-puppet_ent_agent
puppet_ent_agent v2.0.5
puppet_ent_agent v2.0.4
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
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
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
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
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
Bugfix:
- config.pp: Prevented config::symlinks from being included on Windows systems
puppet_ent_agent v1.4.1
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
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
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