mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-30 04:43:14 +01:00
15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
{% if grains.oscodename == 'focal' %}
|
|
saltpymodules:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- python3-docker
|
|
{% endif %}
|
|
|
|
# distribute to minions for salt upgrades
|
|
salt_bootstrap:
|
|
file.managed:
|
|
- name: /usr/sbin/bootstrap-salt.sh
|
|
- source: salt://salt/scripts/bootstrap-salt.sh
|
|
- mode: 755
|
|
- show_changes: False
|