mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
change map
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user