mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
include:
|
|
- patch.needs_restarting
|
|
{% if grains.os == "CentOS" %}
|
|
- yum.packages
|
|
{% endif %}
|
|
|
|
patch_os:
|
|
pkg.uptodate:
|
|
- name: patch_os
|
|
- refresh: True
|
|
- onchanges_in: needs_restarting
|