Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install latest version with puppet #1140

Open
GrayNightOwl opened this issue Oct 11, 2024 · 0 comments
Open

Unable to install latest version with puppet #1140

GrayNightOwl opened this issue Oct 11, 2024 · 0 comments

Comments

@GrayNightOwl
Copy link

Hi everyone
While install latest version from this repo got error:

Error: Could not update: Execution of '/bin/dnf -d 0 -e 1 -y install wazuh-indexer-5.0.0-1' returned 1: Error: Unable to find a match: wazuh-indexer-5.0.0-1

My system in working on Oracle Linux 9 and baseurl for this repo is:
$baseurl = 'https://packages.wazuh.com/4.x/yum/5/'
( repo.pp:72 )

It isn't possible to download repodata from this version manually and this version isn't listed in documentation (latest is 4.9) and in binaries list ( https://documentation.wazuh.com/current/installation-guide/packages-list.html#linux )

I fixed it with change baseurl to https://packages.wazuh.com/4.x/yum/ and set version for install to '4.9.0-1' ( indexer.pp:11
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant