diff --git a/salt/salt/map.jinja b/salt/salt/map.jinja index 828ce3ce7..5730f0303 100644 --- a/salt/salt/map.jinja +++ b/salt/salt/map.jinja @@ -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 %}