Code Monkey home page Code Monkey logo

puppet-modules's Introduction

HashiCorp Puppet Modules

Build Status

These are the Puppet modules we use for various things at HashiCorp, such as provisioning CI machines (masters and slaves), installer build machines for Vagrant, and more.

I'm well aware that having an all-in-one "modules" repo is looked down upon versus having a repo-per-puppet-module, but I really didn't want to bloat the HashiCorp organization with a bajillion puppet modules.

Compatibility

These Puppet modules are written for Puppet 3.0+.

The operating system of choice for servers at HashiCorp is Ubuntu, so these modules will generally work very well for that.

However, these modules are also expected to set things like CI slaves up on a variety of platforms, so some cookbooks may work on more than one platform. Some even run on Windows.

Using a Module

Using librarian-puppet is recommended. You can then easily reference a module in the following way:

mod "apt",
  :git => "git://github.com/hashicorp/puppet-modules.git",
  :ref => "c22cf73f80bae622537cd43476ccc157f4f7f24f",
  :path => "modules/apt"

It is highly recommended that you lock your librarian dependencies against a specific ref (commit, tag, etc.) of this repository.

If you don't use librarian-puppet, then just download this repository and copy out what you need. This is looked down upon, but you do what you need to do.

Documentation

Each module has a README.md file that is easily readable in a text editor or on GitHub. Additinally, the Puppet files themselves are extremely well commented, so please read those.

Contributing

If you use a module and you find a bug or tunable you'd like to contribute back, then please just fork and submit a pull request. It is as easy as that.

Contributions are highly welcome, thank you!

puppet-modules's People

Contributors

mitchellh avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.