mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
remove comma
This commit is contained in:
@@ -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'
|
||||||
},
|
},
|
||||||
}) %}
|
}) %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user