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

Add Debian 11 support #784

Merged
merged 2 commits into from
Sep 16, 2021
Merged

Add Debian 11 support #784

merged 2 commits into from
Sep 16, 2021

Conversation

root-expert
Copy link
Member

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@root-expert root-expert added the enhancement New feature or request label Aug 21, 2021
@root-expert
Copy link
Member Author

No Debian 11 packages from Zabbix just yet

@root-expert root-expert marked this pull request as draft August 21, 2021 12:10
@root-expert root-expert marked this pull request as ready for review September 1, 2021 14:12
@root-expert
Copy link
Member Author

Waiting for Zabbix 4.0 packages which is still supported.

Comment on lines 138 to 142
# Debian 11 provides Zabbix 5.0 by default. This can cause problems for 4.0 versions
$pinpriority = $facts['os']['release']['major'] {
'11' => 1000,
default => undef,
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I should pin it higher for all Debian? Since we are managing the repo we want to overrule system's default repos

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: Christos Papageorgiou <christos.papageorgioy@gmail.com>
Signed-off-by: Christos Papageorgiou <christos.papageorgioy@gmail.com>
@root-expert root-expert merged commit ef881ea into voxpupuli:master Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants