mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-02-19 19:28:43 +01:00
Add Windows support to map.jinja
This adds some minimal support for Windows minions.
This commit is contained in:
parent
7abdf217a9
commit
c7552b6d0a
@ -74,6 +74,11 @@ that differ from whats in defaults.yaml
|
|||||||
'api_service': 'salt_api',
|
'api_service': 'salt_api',
|
||||||
'syndic_service': 'salt_syndic',
|
'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'))
|
}, grain="os_family", merge=salt['pillar.get']('salt:lookup'))
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user