mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 17:33:10 +01:00
16 lines
229 B
Plaintext
16 lines
229 B
Plaintext
|
|
|
|
{% if grains['os'] != 'CentOS' %}
|
|
saltpymodules:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- python-docker
|
|
- python-m2crypto
|
|
{% endif %}
|
|
|
|
|
|
salt_minion_service:
|
|
service.running:
|
|
- name: salt-minion
|
|
- enable: True
|