mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Get the classic mac packages to find the binaries
This commit is contained in:
parent
226880e7c6
commit
bca1e4af01
1 changed files with 1 additions and 5 deletions
|
@ -1198,11 +1198,7 @@ class PkgMixin:
|
|||
salt_pkg_install: SaltPkgInstall = attr.ib()
|
||||
|
||||
def get_script_path(self):
|
||||
if (
|
||||
platform.is_darwin()
|
||||
and self.salt_pkg_install.classic
|
||||
and self.salt_pkg_install.upgrade
|
||||
):
|
||||
if platform.is_darwin() and self.salt_pkg_install.classic:
|
||||
if self.salt_pkg_install.run_root and os.path.exists(
|
||||
self.salt_pkg_install.run_root
|
||||
):
|
||||
|
|
Loading…
Add table
Reference in a new issue