Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(CONT-173) - Updating deprecated facter instances #534

Merged
merged 1 commit into from
Oct 13, 2022

Commits on Oct 13, 2022

  1. (CONT-173) - Updating deprecated facter instances

    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 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    dc6943c View commit details
    Browse the repository at this point in the history