Forge Home

hddtemp

Module for installing and managing HDDTemp (https://savannah.nongnu.org/projects/hddtemp/)

7,275 downloads

7,138 latest version

4.5 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

  • 0.1.1 (latest)
  • 0.1.0
released Jul 15th 2016
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 'petems-hddtemp', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add petems-hddtemp
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install petems-hddtemp --version 0.1.1

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

petems/hddtemp — version 0.1.1 Jul 15th 2016

hddtemp Puppet Module

Build Status

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with hddtemp
  4. Usage - Configuration options and additional functionality
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Overview

This Puppet module is designed to facilitate the installation and configuration of hddtemp.

Module Description

The primary scope includes installing the package on the system and populating the init script with the appropriate devices.

At this time only sd* devices are correctly autoconfigured. IDE devices are not supported and must be manually configured.

This module is based on brentschler/hddtemp, but updated with acceptance tests and a few of my opinionated changes.

Setup

What hddtemp affects

By default, this module will:

  • Install the hddtemp package
  • Configure the config file (eg. /etc/sysconfig/hddtemp)
  • Set up and enable the hddtemp service.

Beginning with hddtemp

Most of hddtemp's setup is handled by the package itself.

Configuration is mainly configured in /etc/sysconfig/hddtemp.

Full docs are avaliable here: https://savannah.nongnu.org/projects/hddtemp/

Usage

This module includes a single class:

include '::hddtemp'

You'll more than likely want to provide the appropriate values for your setup.

To change the port that hddtemp runs on (the default is 7634)

class { '::hddtemp':
  listen_port => '9999',
}

Limitations

  • This module is currently only used on an HP Gen 8 Ubuntu 16.04 box, so mainly tested with that setup

Development

If you'd like to other features or anything else, check out the contributing guidelines in CONTRIBUTING.md.