Forge Home

public_profiles

Public Puppet ULHPC profiles to be used in r10k environments

7,890 downloads

7,801 latest version

2.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

  • 0.0.5 (latest)
  • 0.0.4
released Sep 2nd 2014
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 'ULHPC-public_profiles', '0.0.5'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ULHPC-public_profiles
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ULHPC-public_profiles --version 0.0.5

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

ULHPC/public_profiles — version 0.0.5 Sep 2nd 2014

-- mode: markdown; mode: auto-fill; fill-column: 80 --

Public ULHPC Puppet profiles

Puppet Forge License Supported Platforms

Public Puppet ULHPC profiles to be used in r10k environments

  Copyright (c) 2014 S. Varrette, H. Cartiaux, V. Plugaru <hpc-sysadmins@uni.lu>
  

Synopsis

Public Puppet ULHPC profiles to be used in r10k environments, typically in Vagrant boxes -- see vagrant-vms for instance The various operations of this repository are piloted from a Rakefile which assumes that you have RVM installed on your system.

Dependencies

See metadata.json.

Usage

You can see how this module is used in our Public Puppet Infrastructure repository.

Librarian-Puppet / R10K Setup

You can of course configure ulhpc-public_profiles in your Puppetfile to make it available with Librarian puppet or r10k by adding the following entry:

 mod ulhpc-public_profiles, 
     :git => https://github.com/ULHPC/puppet-public_profiles,
     :ref => production 

Issues / Feature request

You can submit bug / issues / feature request using the ulhpc-public_profiles Tracker.

Developments / Contributing to the code

If you want to contribute to the code, you shall be aware of the way this module is organized. These elements are detailed on doc/contributing.md

You are more than welcome to contribute to its development by sending a pull request.

Resources

Git

You should become familiar (if not yet) with Git. Consider these resources:

r10k, Roles and Profiles