mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
provide the right arguments to setup_windows
and setup_macos
This commit is contained in:
parent
ba4f80b0ee
commit
c0c5058156
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,8 @@ def _setup_system(
|
|||
salt_release=salt_release,
|
||||
downloads_path=downloads_path,
|
||||
repo_subpath=repo_subpath,
|
||||
package_type=package_type,
|
||||
onedir_install_path=onedir_install_path,
|
||||
):
|
||||
yield
|
||||
else:
|
||||
|
@ -174,6 +176,8 @@ def _setup_system(
|
|||
salt_release=salt_release,
|
||||
downloads_path=downloads_path,
|
||||
repo_subpath=repo_subpath,
|
||||
package_type=package_type,
|
||||
onedir_install_path=onedir_install_path,
|
||||
)
|
||||
elif grains["os"] == "Amazon":
|
||||
setup_redhat_family(
|
||||
|
|
Loading…
Add table
Reference in a new issue