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

Fix install package HostManager method #4954

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

Rebits
Copy link
Member

@Rebits Rebits commented Feb 12, 2024

Description

This PR includes a fix for the typo introduced in #4878 for the install package method.


Testing performed

centOS remote package installation
In [44]: hm.install_package('agent1', 'https://dl.grafana.com/enterprise/release/grafana-enterprise-8.5.6-1.x86_64.rpm', 'centos')
In [45]: hm.run_shell('agent1', 'yum list installed | grep grafana')
Out[45]: 'grafana-enterprise.x86_64               8.5.6-1                       @/grafana-enterprise-8.5.6-1.x86_64fhwMs1'

@Rebits Rebits self-assigned this Feb 12, 2024
@Rebits Rebits linked an issue Feb 12, 2024 that may be closed by this pull request
@davidjiglesias davidjiglesias merged commit 3f4b3c5 into 4.8.0 Feb 13, 2024
3 of 4 checks passed
@davidjiglesias davidjiglesias deleted the fix/4939-install-package-system branch February 13, 2024 08:34
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

Successfully merging this pull request may close these issues.

Bug in System package installation method for Linux Endpoints
3 participants