mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
change map
This commit is contained in:
@@ -2,12 +2,8 @@
|
|||||||
{% set SALTVERSION = salt.salt.minion.version %}
|
{% set SALTVERSION = salt.salt.minion.version %}
|
||||||
|
|
||||||
{% set SALTPACKAGES = salt['grains.filter_by']({
|
{% set SALTPACKAGES = salt['grains.filter_by']({
|
||||||
'Ubuntu': {
|
'Ubuntu': {'common': 'salt-common'},
|
||||||
'common': 'salt-common'
|
'Centos': {'common': 'salt'},
|
||||||
},
|
|
||||||
'Centos': {
|
|
||||||
'common': 'salt'
|
|
||||||
},
|
|
||||||
}) %}
|
}) %}
|
||||||
|
|
||||||
{% if grains.saltversion|string != SALTVERSION|string %}
|
{% if grains.saltversion|string != SALTVERSION|string %}
|
||||||
|
|||||||
Reference in New Issue
Block a user