mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 14:02:52 +01:00
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
{% if grains.oscodename == 'focal' %}
|
|
saltpymodules:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- python3-docker
|
|
{% endif %}
|
|
|
|
salt_bootstrap:
|
|
file.managed:
|
|
- name: /usr/sbin/bootstrap-salt.sh
|
|
- source: salt://salt/scripts/bootstrap-salt.sh
|
|
- mode: 755
|