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

There is no way to pin barman package to a certain version. #57

Open
ghost opened this issue May 15, 2019 · 1 comment
Open

There is no way to pin barman package to a certain version. #57

ghost opened this issue May 15, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented May 15, 2019

Barman package gets updated whenever yum update or yum cron update is run.

In some circumstances it is beneficial to have an opportunity to lock the package to some version, say, the newest version has a bug or there are some breaking changes that need investigation.

@shamil
Copy link

shamil commented Sep 17, 2019

this is what I do:

class { '::barman':
   ensure => '2.8-1.pgdg16.04+2'
}

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 a pull request may close this issue.

1 participant