puppetlabs-java icon indicating copy to clipboard operation
puppetlabs-java copied to clipboard

(CONT-173) - Updating deprecated facter instances

Open jordanbreen28 opened this issue 3 years ago • 0 comments

Prior to this PR, this module contained instances of Facter::Util::Resolution.exec and Facter::Util::Resolution.which, which are deprecated. This PR aims to replace these exec helpers with their supported Facter::Core::Execution counterparts.

This PR:

  • Replaces all Facter::Util::Resolution instances with corresponding Facter::Core::Execution exec helpers

jordanbreen28 avatar Oct 13 '22 15:10 jordanbreen28