Change default installation mode to packages.

This commit is contained in:
Jose M 2019-12-10 10:12:32 +01:00
parent 441cf40bae
commit f6e4468fd8
3 changed files with 4 additions and 4 deletions

View File

@ -32,5 +32,5 @@ nodejs:
repo_url_ext: "nodesource.com/setup_8.x"
# Build from sources
build_from_sources: true
build_from_sources: false
wazuh_plugin_branch: 3.10-7.4

View File

@ -2,7 +2,7 @@
wazuh_agent_version: 3.10.2-1
wazuh_agent_sources_installation:
enabled: "false"
enabled: false
branch: "v3.10.2"
user_language: "y"
user_no_stop: "y"

View File

@ -5,7 +5,7 @@ wazuh_manager_fqdn: "wazuh-server"
wazuh_manager_package_state: present
wazuh_manager_sources_installation:
enabled: true
enabled: false
branch: "v3.10.2"
user_language: "en"
user_no_stop: "y"
@ -30,7 +30,7 @@ wazuh_manager_sources_installation:
threads: "2"
wazuh_api_sources_installation:
enabled: true
enabled: false
branch: "v3.10.2"
update: "y"
remove: "y"