mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-22 17:03:07 +01:00
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
{% if grains['os'] != 'CentOS' %}
|
|
saltpymodules:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- python-docker
|
|
- python-m2crypto
|
|
{% endif %}
|
|
|
|
salt_bootstrap:
|
|
file.managed:
|
|
- name: /usr/sbin/bootstrap-salt.sh
|
|
- source: salt://salt/scripts/bootstrap-salt.sh
|
|
- mode: 755
|