mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-30 08:28:18 +02:00
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
{% from 'salt/map.jinja' import PYINOTIFYPACKAGE with context%}
|
|
{% from 'salt/map.jinja' import PYTHONINSTALLER with context%}
|
|
|
|
patch_package:
|
|
pkg.installed:
|
|
- name: patch
|
|
|
|
pyinotify:
|
|
{{PYTHONINSTALLER}}.installed:
|
|
- name: {{ PYINOTIFYPACKAGE }}
|