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