Skip to content

Commit

Permalink
style(#1915): fix spacing in yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Deblintrake09 committed Nov 30, 2022
1 parent 48d6f53 commit 5bd0df6
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
value: 'no'
- directories:
value: TEST_DIRECTORIES
attributes:
- FIM_MODE
attributes:
- FIM_MODE
- max_eps:
value: MAX_EPS
- synchronization:
elements:
- enabled:
value: 'no'
elements:
- enabled:
value: 'no'
- section: sca
elements:
- enabled:
- enabled:
value: 'no'
- section: rootcheck
elements:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
value: 'no'
- directories:
value: TEST_DIRECTORIES
attributes:
- FIM_MODE
attributes:
- FIM_MODE
- synchronization:
elements:
- max_eps:
value: MAX_EPS
elements:
- max_eps:
value: MAX_EPS
- section: sca
elements:
- enabled:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

- tags:
-
apply_to_modules:
Expand All @@ -12,12 +11,12 @@
value: 40
- directories:
value: TEST_DIRECTORIES
attributes:
- FIM_MODE
attributes:
- FIM_MODE
- windows_registry:
value: TEST_REGS
attributes:
- arch: "both"
- arch: both
- section: sca
elements:
- enabled:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
---
# conf 1
- tags:
- registry_sync_responses
- registry_sync_responses
apply_to_modules:
- test_registry_responses_win32
- test_registry_responses_win32
sections:
- section: syscheck
elements:
- disabled:
value: 'no'
- windows_registry:
value: WINDOWS_REGISTRY
attributes:
- check_mtime: 'no'
- arch: '64bit'
- synchronization:
elements:
- interval:
value: SYNC_INTERVAL
- max_interval:
value: SYNC_INTERVAL
- section: sca
elements:
- enabled:
value: 'no'
- section: rootcheck
elements:
- disabled:
value: 'yes'
- section: wodle
attributes:
- name: 'syscollector'
elements:
- disabled:
value: 'yes'

- section: syscheck
elements:
- disabled:
value: 'no'
- windows_registry:
value: WINDOWS_REGISTRY
attributes:
- check_mtime: 'no'
- arch: 64bit
- synchronization:
elements:
- interval:
value: SYNC_INTERVAL
- max_interval:
value: SYNC_INTERVAL
- section: sca
elements:
- enabled:
value: 'no'
- section: rootcheck
elements:
- disabled:
value: 'yes'
- section: wodle
attributes:
- name: syscollector
elements:
- disabled:
value: 'yes'
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@

# Configuration for sync disabled
- tags:
- sync_disabled
- sync_disabled
apply_to_modules:
- test_sync_disabled_win32
- test_sync_enabled_win32
- test_sync_registry_enabled_win32
- test_sync_disabled_win32
- test_sync_enabled_win32
- test_sync_registry_enabled_win32
sections:
- section: syscheck
elements:
- disabled:
value: 'no'
- synchronization:
elements:
- enabled:
value: SYNCHRONIZATION_ENABLED
- registry_enabled:
value: SYNCHRONIZATION_REGISTRY_ENABLED
- directories:
value: TEST_DIRECTORIES
attributes:
- FIM_MODE
- windows_registry:
value: TEST_REGISTRIES
attributes:
- arch: "both"
- section: syscheck
elements:
- disabled:
value: 'no'
- synchronization:
elements:
- enabled:
value: SYNCHRONIZATION_ENABLED
- registry_enabled:
value: SYNCHRONIZATION_REGISTRY_ENABLED
- directories:
value: TEST_DIRECTORIES
attributes:
- FIM_MODE
- windows_registry:
value: TEST_REGISTRIES
attributes:
- arch: both
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wazuh-agent1:
- regex: ".*Finished FIM sync."
path: "/var/ossec/logs/ossec.log"
timeout: 60
- regex: .*Finished FIM sync.
path: /var/ossec/logs/ossec.log
timeout: 60
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wazuh-manager:
- regex: ".*Finished FIM sync."
path: "/var/ossec/logs/ossec.log"
timeout: 60
- regex: .*Finished FIM sync.
path: /var/ossec/logs/ossec.log
timeout: 60

0 comments on commit 5bd0df6

Please sign in to comment.