Skip to content

Commit

Permalink
feat(macos): use saltstack as package to install
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 17, 2022
1 parent c1c635f commit c05fddf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions salt/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Windows:
rootuser: {{ rootuser | d('') }}

MacOS:
salt_master: saltstack
salt_minion: salt
salt_minion_pkg_source: ''
salt_minion_pkg_hash: ''
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/mac_os_x-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ values:
rootuser: runner
salt_api: salt-api
salt_cloud: salt-cloud
salt_master: salt-master
salt_master: saltstack
salt_master_macos_plist_hash: 8435331b2d48ca8f0759f216e5b15ec9171a4216b1441328c732c6906728b7c9
salt_minion: salt
salt_minion_macos_plist_hash: 26b33da12e0d8960ee96b488c8352002c22a377c19bf3df3f986a1e49eca8b20
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/mac_os_x-11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ values:
rootuser: runner
salt_api: salt-api
salt_cloud: salt-cloud
salt_master: salt-master
salt_master: saltstack
salt_master_macos_plist_hash: 8435331b2d48ca8f0759f216e5b15ec9171a4216b1441328c732c6906728b7c9
salt_minion: salt
salt_minion_macos_plist_hash: 26b33da12e0d8960ee96b488c8352002c22a377c19bf3df3f986a1e49eca8b20
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/mac_os_x-12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ values:
rootuser: runner
salt_api: salt-api
salt_cloud: salt-cloud
salt_master: salt-master
salt_master: saltstack
salt_master_macos_plist_hash: 8435331b2d48ca8f0759f216e5b15ec9171a4216b1441328c732c6906728b7c9
salt_minion: salt
salt_minion_macos_plist_hash: 26b33da12e0d8960ee96b488c8352002c22a377c19bf3df3f986a1e49eca8b20
Expand Down

0 comments on commit c05fddf

Please sign in to comment.