Skip to content
Snippets Groups Projects
Commit 996aa78a authored by Colin Stubbs's avatar Colin Stubbs
Browse files

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

parent 8268d83d
Branches
No related tags found
No related merge requests found
......@@ -16,11 +16,11 @@ salt:
# to overwrite map.jinja salt packages
lookup:
salt-master: 'salt-master'
salt-minion: 'salt-minion'
salt-syndic: 'salt-syndic'
salt-cloud: 'salt-cloud'
salt-ssh: 'salt-ssh'
salt_master: 'salt-master'
salt_minion: 'salt-minion'
salt_syndic: 'salt-syndic'
salt_cloud: 'salt-cloud'
salt_ssh: 'salt-ssh'
pyinotify: 'python-pyinotify' the package to be installed for pyinotify
# Set which release of SaltStack to use, default to 'latest'
......
......@@ -156,7 +156,7 @@ that differ from whats in defaults.yaml
'python_git': 'py-GitPython',
},
'Windows': {
'salt_minion': 'saltstack.minion',
'salt_minion': 'salt-minion',
'config_path': 'C:\salt\conf',
'minion_service': 'salt-minion',
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment