Manages the OpenIPMI package
Installs the OpemIPMI package and enables
the ipmi service. This loads the kernel drivers needed for communicating
with the BMC from user space.
include ipmi# defaults
class { 'ipmi':
service_ensure => 'running', # default is 'running'
ipmievd_service_ensure => 'running', # default is 'stopped'
}String defaults to: running
Possible values: running, stopped
Controls the state of the ipmi service.
String defaults to: stopped
Possible values: running', stopped`
Controls the state of the ipmievd service.
At present, only support for $::osfamily == 'RedHat' has been implimented.
Adding other Linux distrubtions should be trivial.
- el5.x
- el6.x
- el7.x
This module is versioned according to the Semantic Versioning 2.0.0 specification.
Please log tickets and issues at github
