refactor(wazuh): use official templates for shared directory
Some checks failed
Test / test (push) Has been cancelled
Renovate / renovate (push) Has been cancelled

Extract agent-template.conf and default/agent.conf from official
wazuh/wazuh-manager:4.14.1 image and store them in scripts/templates/.
The init-manager.sh script now copies these files instead of creating
them inline, ensuring consistency with official Wazuh configuration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Gui-Gos
2026-01-29 11:33:31 +01:00
parent c46bf15214
commit 698bccf49d
3 changed files with 18 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
<agent_config>
<!-- Shared agent configuration here -->
</agent_config>

View File

@@ -0,0 +1,5 @@
<agent_config>
<!-- Shared agent configuration here -->
</agent_config>