Skip to content

dell specific installations (openmanage and others)

Notifications You must be signed in to change notification settings

legooolas/puppet-dell

 
 

Repository files navigation

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 v5 API. You will need to obtain a client ID and secret from TechDirect and pass it in via the client_id and client_secret parameters. Failure to specify the key will not prevent you from using the module but will return bogus warranty facts. Example:

class { 'dell':
  client_id     => 'your_id_goes_here',
  client_secret => 'your_secret_goes_here',
}

About

dell specific installations (openmanage and others)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 34.8%
  • Shell 33.8%
  • Ruby 31.4%