Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 840 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 840 Bytes

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',
}