* add `-` if someone supplies `py3` in pillar, like other platformstags/v1.4.5
python_git: py-GitPython | python_git: py-GitPython | ||||
Windows: | Windows: | ||||
salt_minion: salt-minion{{ py_ver_repr or '-py3' }} | |||||
salt_minion: salt-minion{{ '-' ~ py_ver_repr if py_ver_repr else '' }} | |||||
config_path: 'C:\salt\conf' | config_path: 'C:\salt\conf' | ||||
minion_service: salt-minion | minion_service: salt-minion | ||||