roles/wazuh-manager/templates/api.yaml: fix missing whitespace before variables
This commit is contained in:
parent
9d83afc8f0
commit
29331df00e
@ -44,10 +44,10 @@
|
|||||||
experimental_features: {{ wazuh_manager_config.api.experimental_features }}
|
experimental_features: {{ wazuh_manager_config.api.experimental_features }}
|
||||||
|
|
||||||
# Enable remote commands
|
# Enable remote commands
|
||||||
remote_commands:
|
remote_commands:
|
||||||
localfile:
|
localfile:
|
||||||
enabled: {{ wazuh_manager_config.api.remote_commands_localfile }}
|
enabled: {{ wazuh_manager_config.api.remote_commands_localfile }}
|
||||||
exceptions: {{ wazuh_manager_config.api.remote_commands_localfile_exceptions }}
|
exceptions: {{ wazuh_manager_config.api.remote_commands_localfile_exceptions }}
|
||||||
wodle_command:
|
wodle_command:
|
||||||
enabled: {{ wazuh_manager_config.api.remote_commands_wodle }}
|
enabled: {{ wazuh_manager_config.api.remote_commands_wodle }}
|
||||||
exceptions: {{ wazuh_manager_config.api.remote_commands_wodle_exceptions }}
|
exceptions: {{ wazuh_manager_config.api.remote_commands_wodle_exceptions }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user