Merge pull request #1712 from wazuh/enhancement/2577-bucket-migration-to-4.13.0
Bucket URLs fix 4.13.0
This commit is contained in:
commit
e3b30d4f0e
@ -11,7 +11,8 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### Changed
|
||||
|
||||
- None
|
||||
|
||||
- Bucket migration for packages-dev.wazuh.com ([#1712](https://github.com/wazuh/wazuh-ansible/pull/1712))- 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