2
0

pillar example is incorrect; map.jinja incorrectly names package for windows

This commit is contained in:
Colin Stubbs 2018-01-06 22:21:02 +10:00
parent 8268d83dbe
commit 996aa78a8b
2 changed files with 9 additions and 9 deletions

View File

@ -16,11 +16,11 @@ salt:
# to overwrite map.jinja salt packages # to overwrite map.jinja salt packages
lookup: lookup:
salt-master: 'salt-master' salt_master: 'salt-master'
salt-minion: 'salt-minion' salt_minion: 'salt-minion'
salt-syndic: 'salt-syndic' salt_syndic: 'salt-syndic'
salt-cloud: 'salt-cloud' salt_cloud: 'salt-cloud'
salt-ssh: 'salt-ssh' salt_ssh: 'salt-ssh'
pyinotify: 'python-pyinotify' the package to be installed for pyinotify pyinotify: 'python-pyinotify' the package to be installed for pyinotify
# Set which release of SaltStack to use, default to 'latest' # Set which release of SaltStack to use, default to 'latest'

View File

@ -156,7 +156,7 @@ that differ from whats in defaults.yaml
'python_git': 'py-GitPython', 'python_git': 'py-GitPython',
}, },
'Windows': { 'Windows': {
'salt_minion': 'saltstack.minion', 'salt_minion': 'salt-minion',
'config_path': 'C:\salt\conf', 'config_path': 'C:\salt\conf',
'minion_service': 'salt-minion', 'minion_service': 'salt-minion',
}, },