-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
modulesync 7.0.0 #874
Conversation
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. |
There was a problem hiding this 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) { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those were the times…
No description provided.