mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
24 lines
470 B
Plaintext
24 lines
470 B
Plaintext
# Sync some Utilities
|
|
soup_scripts:
|
|
file.recurse:
|
|
- name: /usr/sbin
|
|
- user: root
|
|
- group: root
|
|
- file_mode: 755
|
|
- source: salt://common/tools/sbin
|
|
- include_pat:
|
|
- so-common
|
|
- so-image-common
|
|
|
|
soup_manager_scripts:
|
|
file.recurse:
|
|
- name: /usr/sbin
|
|
- user: root
|
|
- group: root
|
|
- file_mode: 755
|
|
- source: salt://manager/tools/sbin
|
|
- include_pat:
|
|
- so-firewall
|
|
- so-repo-sync
|
|
- soup
|