From c7552b6d0a00bcae19b4de27469c039cd7f825ab Mon Sep 17 00:00:00 2001 From: Seth Miller Date: Tue, 22 Mar 2016 20:15:44 -0500 Subject: [PATCH] Add Windows support to map.jinja This adds some minimal support for Windows minions. --- salt/map.jinja | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/salt/map.jinja b/salt/map.jinja index 37e2f24..2753a7d 100644 --- a/salt/map.jinja +++ b/salt/map.jinja @@ -74,6 +74,11 @@ that differ from whats in defaults.yaml 'api_service': 'salt_api', 'syndic_service': 'salt_syndic', }, + 'Windows': { + 'salt_minion': 'saltstack.minion', + 'config_path': 'C:\salt\conf', + 'minion_service': 'salt-minion', + }, }, grain="os_family", merge=salt['pillar.get']('salt:lookup')) %}