mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 16:03:06 +01:00
19 lines
415 B
Plaintext
19 lines
415 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
|
|
|
|
{% if grains.os == 'CentOS' %}
|
|
remove_salt-2019-2-5.repo:
|
|
file.absent:
|
|
- name: /etc/yum.repos.d/salt-2019-2-5.repo
|
|
{% endif %} |