dell

contributions requested
Puppet Dell module

313,843 downloads

5,292 latest version

4.6 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 1.2.0 (latest)
  • 1.1.0
  • 1.0.0
  • 0.6.1
  • 0.6.0
  • 0.5.1
  • 0.5.0
  • 0.4.1
  • 0.4.0
  • 0.3.1
  • 0.3.0
  • 0.2.13
  • 0.2.12
  • 0.2.11
  • 0.2.10
  • 0.2.9
  • 0.2.8
  • 0.2.7
  • 0.2.6
  • 0.2.5
  • 0.2.4
  • 0.2.3
  • 0.2.2
  • 0.2.1
  • 0.2.0
  • 0.1.17
  • 0.1.16
  • 0.1.15
  • 0.1.14
  • 0.1.13
  • 0.1.12
  • 0.1.11
  • 0.1.10
  • 0.1.9
  • 0.1.7
  • 0.1.5
  • 0.1.1
released Apr 5th 2019
This version is compatible with:
  • Debian
    ,
    Ubuntu
    ,
    RedHat

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'camptocamp-dell', '1.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add camptocamp-dell
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install camptocamp-dell --version 1.2.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

camptocamp/dell — version 1.2.0 Apr 5th 2019

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