Skip to content

Commit

Permalink
Merge pull request #394 from wazuh/374-issue-upgrade-agent-windows
Browse files Browse the repository at this point in the history
374 issue upgrade agent windows
  • Loading branch information
alberpilot authored Sep 22, 2021
2 parents 3faa919 + 10545b3 commit 8b37e14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file.

- Support to 4.2.2 Wazuh release.

### Fixed

- Fixed a bug in the agent.pp manifest that prevented the Wazuh Agent from upgrading in Windows ([#374](https://github.com/wazuh/wazuh-puppet/issues/374))

## Wazuh Puppet v4.2.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion manifests/agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@

# We dont need to pin the package version on Windows since we install if from the right MSI.
-> package { $agent_package_name:
ensure => 'installed',
ensure => "${agent_package_version}",
provider => 'windows',
source => "${download_path}\\wazuh-agent-${agent_package_version}.msi",
install_options => [
Expand Down

0 comments on commit 8b37e14

Please sign in to comment.