Merge pull request #1710 from wazuh/enhancement/2577-bucket-migration-to-4.14.0
Bucket URLs fix 4.14.0
This commit is contained in:
commit
994613b1b0
@ -9,7 +9,8 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### Changed
|
||||
|
||||
- None
|
||||
|
||||
- Bucket migration for packages-dev.wazuh.com ([#1710](https://github.com/wazuh/wazuh-ansible/pull/1710))- None
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@ -6,8 +6,8 @@ wazuh_manager_package_state: present
|
||||
|
||||
# Custom packages installation
|
||||
wazuh_custom_packages_installation_manager_enabled: false
|
||||
wazuh_custom_packages_installation_manager_deb_url: "https://s3-us-west-1.amazonaws.com/packages-dev.wazuh.com/"
|
||||
wazuh_custom_packages_installation_manager_rpm_url: "https://s3-us-west-1.amazonaws.com/packages-dev.wazuh.com/"
|
||||
wazuh_custom_packages_installation_manager_deb_url: "https://packages-dev.wazuh.com/"
|
||||
wazuh_custom_packages_installation_manager_rpm_url: "https://packages-dev.wazuh.com/"
|
||||
|
||||
wazuh_dir: "/var/ossec"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user