mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
15 lines
224 B
Plaintext
15 lines
224 B
Plaintext
{% if grains.os == "CentOS" %}
|
|
include:
|
|
- yum.packages
|
|
{% endif %}
|
|
|
|
patch_os:
|
|
pkg.uptodate:
|
|
- name: patch_os
|
|
- refresh: True
|
|
|
|
needs_restarting:
|
|
module.run:
|
|
- mine.send:
|
|
- func: needs_restarting.check
|