roles/wazuh-manager/templates/api.yaml: fix missing whitespace before variables

This commit is contained in:
zenidd 2021-01-15 11:19:29 +01:00
parent 9d83afc8f0
commit 29331df00e
No known key found for this signature in database
GPG Key ID: 5BBAD5CEE8B6F335

View File

@ -44,7 +44,7 @@
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 }}