remove comma

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

View File

@@ -3,10 +3,10 @@
{% set SALTPACKAGES = salt['grains.filter_by']({ {% set SALTPACKAGES = salt['grains.filter_by']({
'Ubuntu': { 'Ubuntu': {
'common': 'salt-common', 'common': 'salt-common'
}, },
'Centos': { 'Centos': {
'common': 'salt', 'common': 'salt'
}, },
}) %} }) %}