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 SALTPACKAGES = salt['grains.filter_by']({
'Ubuntu': {
'common': 'salt-common'
},
'Centos': {
'common': 'salt'
},
'Ubuntu': {'common': 'salt-common'},
'Centos': {'common': 'salt'},
}) %}
{% if grains.saltversion|string != SALTVERSION|string %}