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

modulesync 7.0.0 #874

Merged
merged 6 commits into from
Oct 3, 2023
Merged

modulesync 7.0.0 #874

merged 6 commits into from
Oct 3, 2023

Conversation

maxadamo
Copy link
Contributor

No description provided.

@evgeni
Copy link
Member

evgeni commented Oct 3, 2023

The only failures are from the "new" OSes which were not tested before. I am inclined to merging this as-is and then following up with fixes for Oracle.

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

Normally I squash the modulesync commits when I can so you don't see intermediate versions when you don't need to, but I won't hold it back on that.

@@ -87,7 +87,7 @@
}
}

if ($facts['os']['release']['major'] == '7' and versioncmp($zabbix_version, '5.0') >= 0) {
if ($facts['os']['name'] == 'CentOS' and $facts['os']['release']['major'] == '7' and versioncmp($zabbix_version, '5.0') >= 0) {
Copy link
Member

Choose a reason for hiding this comment

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

Will this also affect RHEL? If you're running RHEL, you probably don't want CentOS SCL bits, but it can break some environments.

Copy link
Member

Choose a reason for hiding this comment

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

There is no such package in RHEL, so it was broken before already.

Copy link
Member

Choose a reason for hiding this comment

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

Oh yes, with Foreman we had copied it in our repos so it worked for other OSes (IIRC mostly for Scientific Linux).

Copy link
Member

Choose a reason for hiding this comment

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

Those were the times…

@evgeni evgeni merged commit 42f1338 into master Oct 3, 2023
@evgeni evgeni deleted the modulesync branch October 3, 2023 16:31
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.

4 participants