Merge pull request #210 from iamseth/master
Add Windows support to map.jinja
This commit is contained in:
commit
7856b5ea9a
@ -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