All Projects → camptocamp → puppet-dell

camptocamp / puppet-dell

Licence: other
dell specific installations (openmanage and others)

Programming Languages

Puppet
460 projects
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Dell Puppet module

Puppet Forge Build Status

Overview

This module deploys various tools and configurations for Dell servers. It also provides custom facts related to Dell servers.

API

The warranty facts have been updated to use Dell's v4 API. You will need to obtain an API key from TechDirect and pass it in via the api_key parameter. Failure to specify the key will not prevent you from using the module but will return bogus warranty facts. Example:

class { 'dell':
  api_key => 'yourkeygoeshere',
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].