Project

puppetbox

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A box running puppet :)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 10.0
~> 3.0

Runtime

 Project Readme

Build Status

Puppetbox

A box running puppet :)

Installation

Add this line to your application's Gemfile:

gem 'puppetbox'

And then execute:

$ bundle

Or install it yourself as:

$ gem install puppetbox

Usage

TODO: Write usage instructions here

Development

Additional vagrant boxes

Many vagrant boxes that would be useful can't be shared for legal reasons, eg windows, suse, etc. These requirements can be worked around by users producing their own Vagrant boxes for internal use.

A really good source of build scripts is bento from Chef.

PuppetBox requires each box:

  • Has puppet installed
  • Has all puppet executables in $PATH
  • Has the ability to work with vagrant shared folders. This usually means guestbox additions must be installed, although rsync can work in some situations. When using rsync, remember that your code will only be synced as your VM is reloaded

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/puppetbox.