Forge Home

bootstrap

Puppet module to bootstrap puppet client installation.

7,989 downloads

7,113 latest version

1.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.1.4 (latest)
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
released Feb 12th 2016

Start using this module

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

Add this module to your Puppetfile:

mod 'fortunecookiezen-bootstrap', '0.1.4'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add fortunecookiezen-bootstrap
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install fortunecookiezen-bootstrap --version 0.1.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

fortunecookiezen/bootstrap — version 0.1.4 Feb 12th 2016

bootstrap

Table of Contents

  1. Description
  2. Setup - The basics of getting started with bootstrap
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Description

This module is meant to be used by puppet apply to bootstrap a puppet client to speak to a puppet master. I developed this to use for a vsphere cloud -> puppet provisioning workflow.

Setup

This module requires you to set the address of the puppetmaster and the environment variables in manifests/init.pp.

What bootstrap affects

This module modifies the puppet.conf file attributes for server and environment.

Setup Requirements

none

Beginning with bootstrap

This module requires puppetlabs-stdlib to be in the modulepath.

Usage

execute during provisioning with:

puppet apply -modulepath=$PWD -e "include bootstrap"

After that, use your regular puppet workflow to finish configuration of the server.

Reference

Here, include a complete list of your module's classes, types, providers, facts, along with the parameters for each. Users refer to this section (thus the name "Reference") to find specific details; most users don't read it per se.

Limitations

This module has been tested on Centos 6/RHEL 6.

Development

This project lives at https://github.com/fortunecookiezen/bootstrap

Release Notes/Contributors/Etc.

Initial Release