Merge pull request #2220 from wazuh/enhancement/2206-adapt-image-build

Separate Agent/Manager - Docker - Adapt image build process
This commit is contained in:
Victor Ereñú
2026-02-19 10:44:48 -03:00
committed by GitHub
parent 40c88305bc
commit 175faaed8d
26 changed files with 367 additions and 415 deletions
+10 -10
View File
@@ -1,26 +1,26 @@
file:
/var/ossec/bin/wazuh-control:
/var/wazuh-manager/bin/wazuh-control:
exists: true
mode: "0750"
owner: root
group: root
filetype: file
contains: []
/var/ossec/etc/ossec.conf:
/var/wazuh-manager/etc/wazuh-manager.conf:
exists: true
mode: "0660"
owner: root
group: wazuh
group: wazuh-manager
filetype: file
contains: []
/var/ossec/etc/sslmanager.cert:
/var/wazuh-manager/etc/sslmanager.cert:
exists: true
mode: "0644"
owner: root
group: root
filetype: file
contains: []
/var/ossec/etc/sslmanager.key:
/var/wazuh-manager/etc/sslmanager.key:
exists: true
mode: "0600"
owner: root
@@ -28,12 +28,12 @@ file:
filetype: file
contains: []
user:
wazuh:
wazuh-manager:
exists: true
groups:
- wazuh
home: /var/ossec
- wazuh-manager
home: /var/wazuh-manager
shell: /sbin/nologin
group:
wazuh:
exists: true
wazuh-manager:
exists: true