GitXplorerGitXplorer
f

bootstrap

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5a15f4a1fc1157899dc0edff0d4c53a185ef1a1f

I think I finally fixed the damn formatting.

ffortunecookiezen committed 9 years ago
Unverified
ee1875c152010bedf507cb81d972145d87f2dd37

still fixing typos

ffortunecookiezen committed 9 years ago
Unverified
35ad9722505b848bdc6503381eb94a7b8378b8f6

another bloody typo.

ffortunecookiezen committed 9 years ago
Unverified
2ee66a621756d79c07fff08ef41a39438d2bad6a

Updated README.md

ffortunecookiezen committed 9 years ago
Unverified
a21648293bb76d4a48507b214623ec0b32413c82

updated release

ffortunecookiezen committed 9 years ago
Unverified
537e75578e214c4ffa29718815731ecc0fbc7986

fixed formatting

ffortunecookiezen committed 9 years ago

README

The README file for this repository.

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