Showing with 10 additions and 2 deletions.
  1. +8 −0 CHANGELOG.md
  2. +1 −1 lib/shared/pe_status_check.rb
  3. +1 −1 metadata.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v2.3.1](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v2.3.1) (2022-08-15)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_status_check/compare/v2.3.0...v2.3.1)

### Fixed

- Change log level in http\_get to debug [\#156](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/156) ([m0dular](https://github.com/m0dular))

## [v2.3.0](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v2.3.0) (2022-07-27)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_status_check/compare/v2.2.0...v2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/shared/pe_status_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def http_get(path, port, host = Puppet[:certname])
false
end
rescue StandardError => e
Facter.warn("Error in fact 'pe_status_check' when querying #{path}: #{e.message}")
Facter.debug("Error in fact 'pe_status_check' when querying #{path}: #{e.message}")
Facter.debug(e.backtrace)
false
end
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-pe_status_check",
"version": "2.3.0",
"version": "2.3.1",
"author": "Marty Ewings",
"summary": "A Puppet Enterprise Module to Promote Preventative Maintenance and Self Service",
"license": "Apache-2.0",
Expand Down