Skip to content

Commit

Permalink
salt_release no longer works
Browse files Browse the repository at this point in the history
salt_release is intended to be N.N and cannot be used to create a usable URL to the salt .pkg file.
  • Loading branch information
colin-stubbs committed Apr 2, 2018
1 parent 9a81ab2 commit d373d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ that differ from whats in defaults.yaml
},
'MacOS': {
'salt_minion': 'com.saltstack.salt',
'salt_minion_pkg_source': 'https://repo.saltstack.com/osx/salt-' + salt_release + '-py2-x86_64.pkg',
'salt_minion_pkg_source': '',
'salt_minion_pkg_hash': '',
'config_path': '/private/etc/salt',
'minion_service': 'com.saltstack.salt.minion',
Expand Down

0 comments on commit d373d9c

Please sign in to comment.