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

Drop EoL Ubuntu 16.04 #833

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Drop EoL Ubuntu 16.04 #833

merged 1 commit into from
Aug 10, 2022

Conversation

root-expert
Copy link
Member

Pull Request (PR) description

Ubuntu 16.04 has been EoL since 30/04/21

This Pull Request (PR) fixes the following issues

@@ -151,7 +151,7 @@
# zabbix frontend 5.x is not supported, among others, on stretch and xenial.
# https://www.zabbix.com/documentation/current/manual/installation/frontend/frontend_on_debian
if $facts['os']['name'] in ['ubuntu', 'debian'] and versioncmp($zabbix_version, '5') >= 0 {
if versioncmp($facts['os']['release']['major'], '16.04') == 0 or versioncmp($facts['os']['release']['major'], '9') == 0 {
if versioncmp($facts['os']['release']['major'], '9') == 0 {
Copy link
Member

Choose a reason for hiding this comment

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

Should it also drop Debian 9, which we also consider unsupported in Vox Pupuli modules.

Copy link
Member

Choose a reason for hiding this comment

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

I did like to drop it on another PR

manifests/web.pp Outdated Show resolved Hide resolved
@bastelfreak bastelfreak merged commit 7f7a682 into master Aug 10, 2022
@bastelfreak bastelfreak deleted the dropubuntu16 branch August 10, 2022 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants