/puppet-for-java-devs

Vagrant and Puppet examples for Java developers

Primary LanguageRuby

Puppet for Java developers

Examples of using Puppet with other helpful tools for my talk Puppet for Java Developers.

Checkout the newer examples at my Continuous Delivery repository

Installation

Install all required gems

bundle install

Install all Puppet modules with Puppet Librarian

librarian-puppet install

Run the specs with puppet-rspec

bundle exec rake

Start all the vms with Vagrant

vagrant up