Forge Home

dell

Puppet Dell module

310,070 downloads

5,158 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

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:
  • , ,

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