saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
https://repo.saltproject.io/
Apache License 2.0
13.98k stars 5.47k forks source link

[master] Allow Homebrew package manager in all systems but Windows #66609

Open cdalvaro opened 1 month ago

cdalvaro commented 1 month ago

What does this PR do?

This PR removes the restriction for using mac_brew_pkg module only on macOS systems, since Homebrew can be run in Linux too: https://docs.brew.sh/Homebrew-on-Linux

I think that the module could be renamed to brew_pkg instead of mac_brew_pkg. But I need some help here to understand what changes are needed for this to be made.

Merge requirements satisfied?

Commits signed with GPG?

Yes

Please review Salt's Contributing Guide for best practices, including the PR Guidelines.

See GitHub's page on GPG signing for more information about signing commits with GPG.