change map

This commit is contained in:
m0duspwnens
2020-07-31 13:10:37 -04:00
parent 173f945fc0
commit dd865f6a68

View File

@@ -2,12 +2,8 @@
{% set SALTVERSION = salt.salt.minion.version %} {% set SALTVERSION = salt.salt.minion.version %}
{% set SALTPACKAGES = salt['grains.filter_by']({ {% set SALTPACKAGES = salt['grains.filter_by']({
'Ubuntu': { 'Ubuntu': {'common': 'salt-common'},
'common': 'salt-common' 'Centos': {'common': 'salt'},
},
'Centos': {
'common': 'salt'
},
}) %} }) %}
{% if grains.saltversion|string != SALTVERSION|string %} {% if grains.saltversion|string != SALTVERSION|string %}