From 4307b8ee65b216ec403c46396ca921173fcfa833 Mon Sep 17 00:00:00 2001 From: Colin Stubbs Date: Sat, 6 Jan 2018 23:21:15 +1000 Subject: [PATCH] Add pkg source default options for MacOS --- salt/map.jinja | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/map.jinja b/salt/map.jinja index fd569ba..0431f6c 100644 --- a/salt/map.jinja +++ b/salt/map.jinja @@ -162,6 +162,8 @@ 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_hash': '', 'config_path': '/private/etc/salt', 'minion_service': 'com.saltstack.salt.minion', },