mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-06 08:13:32 +01:00
stop cron before soup upgrades the manager, start cron at the end. add cron state that is in included in common
This commit is contained in:
8
salt/cron/map.jinja
Normal file
8
salt/cron/map.jinja
Normal file
@@ -0,0 +1,8 @@
|
||||
{% set cronmap = salt['grains.filter_by']({
|
||||
'Ubuntu': {
|
||||
'service': 'cron',
|
||||
},
|
||||
'CentOS': {
|
||||
'service': 'crond',
|
||||
},
|
||||
}) %}
|
||||
Reference in New Issue
Block a user