Version information
released Aug 29th 2015
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'rmueller-idrac', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
rmueller/idrac — version 0.1.0 Aug 29th 2015
idrac
Table of Contents
Overview
Currently this module only exports the fact idrac_version.
Additionally it can be used to install the dependency package srvadmin-all.
Limitations
At the moment it does not deploy the Dell repository required for the package
installation.
You probably have a mirror of that repo already setup and managed via Puppet.
It is advised to call it for example like this then:
class { 'idrac':
require => Yumrepo['dell'],
}