Files
securityonion/salt/salt/helper-packages.sls
T
2021-06-01 17:01:03 -04:00

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 }}