puppetlabs / puppetlabs-puppet_agent

Module for managing Puppet-Agent
Apache License 2.0
41 stars 192 forks source link

(MODULES-11214) Wrong url generated for darwin 11 #586

Closed BobosilaVictor closed 2 years ago

BobosilaVictor commented 2 years ago

Previously, any Darwin 11 machine that used a facter version older than 4.1.1, and tried to update the puppet-agent version using the puppetlabs-puppet_agent module, would recieve a badly generated URL.

This happened because the productversion_major fact also included the minor version.

puppet-community-rangefinder[bot] commented 2 years ago

puppet_agent::osfamily::darwin is a class

that may have no external impact to Forge modules.

This module is declared in 3 of 578 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

ciprianbadescu commented 2 years ago

@BobosilaVictor , could we also add osx platform to ad-hoc pipelines?