mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-02 02:41:51 +02:00
Simplifies salt states, map files, and modules to only support Oracle Linux 9, removing all Debian/Ubuntu/CentOS/Rocky/AlmaLinux/RHEL conditional branches.
8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
# 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
|