Skip to content
Snippets Groups Projects
Commit 93e2869e authored by Jonathan Lent's avatar Jonathan Lent
Browse files

Expanding ipmi for EL7 support, see NEWS

parent ceb1c59c
No related branches found
No related tags found
No related merge requests found
UNRELEASED (2016-06-23)
[ipmi] EL package requires (like EL6, EL7 only has available OpenIPMI,
and not OpenIPMI-tools (jlent)
release/004.062 (2016-06-03)
[os] Fix references applicable to Oracle Linux
......
......@@ -61,7 +61,7 @@ class base::ipmi {
}
'RedHat': {
case $::lsbmajdistrelease {
'6': {
'6', '7': {
package { 'OpenIPMI': ensure => present; }
}
default: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment