mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-23 03:25:18 +02:00
Move onionconfig writes out of so-yaml
This commit is contained in:
@@ -48,6 +48,13 @@ copy_so-yaml_manager_tools_sbin:
|
||||
- force: True
|
||||
- preserve: True
|
||||
|
||||
copy_so-config_manager_tools_sbin:
|
||||
file.copy:
|
||||
- name: /opt/so/saltstack/default/salt/manager/tools/sbin/so-config.py
|
||||
- source: {{UPDATE_DIR}}/salt/manager/tools/sbin/so-config.py
|
||||
- force: True
|
||||
- preserve: True
|
||||
|
||||
copy_so-repo-sync_manager_tools_sbin:
|
||||
file.copy:
|
||||
- name: /opt/so/saltstack/default/salt/manager/tools/sbin/so-repo-sync
|
||||
@@ -97,6 +104,13 @@ copy_so-yaml_sbin:
|
||||
- force: True
|
||||
- preserve: True
|
||||
|
||||
copy_so-config_sbin:
|
||||
file.copy:
|
||||
- name: /usr/sbin/so-config.py
|
||||
- source: {{UPDATE_DIR}}/salt/manager/tools/sbin/so-config.py
|
||||
- force: True
|
||||
- preserve: True
|
||||
|
||||
copy_so-repo-sync_sbin:
|
||||
file.copy:
|
||||
- name: /usr/sbin/so-repo-sync
|
||||
|
||||
Reference in New Issue
Block a user