Forge Home

iot_provisioning

Infrastructure for Masterproject (MI) Beuth - Hoefig WS15/16

8,178 downloads

7,168 latest version

3.9 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.4.4 (latest)
  • 0.4.3
  • 0.4.2 (deleted)
  • 0.4.1
  • 0.4.0
  • 0.3.0
released Feb 8th 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 'maasch-iot_provisioning', '0.4.4'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add maasch-iot_provisioning
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install maasch-iot_provisioning --version 0.4.4

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

maasch/iot_provisioning — version 0.4.4 Feb 8th 2016

iot_provisioning

Puppet module for installing and configuring the infrastructure for Masterproject (MI) Beuth - Hoefig WS15/16

Module Description

Installs:

  • git
  • docker 1.9.1
  • docker-compose 1.5.1
  • oracle-jdk-8

Affects:

  • create system user

Support

This module is currently tested on:

  • Debian 8.0 Jessie

Compatibility With Puppet >= 3.4.0

Usage

class { 'iot_provisioning':
    system_username => 'iot',
    system_user_home => '/home/iot',
    iot_repo => 'https://github.com/TomWieschalla/Masterprojekt-WS15-16-MMI-IoT.git',
    iot_repo_clone_dir => '/home/iot/iot-app',
}