mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fix os_family for cron state map
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{% set cronmap = salt['grains.filter_by']({
|
{% set cronmap = salt['grains.filter_by']({
|
||||||
'Ubuntu': {
|
'Debian': {
|
||||||
'service': 'cron',
|
'service': 'cron',
|
||||||
},
|
},
|
||||||
'CentOS': {
|
'RedHat': {
|
||||||
'service': 'crond',
|
'service': 'crond',
|
||||||
},
|
},
|
||||||
}) %}
|
}) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user