Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 823 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 823 Bytes

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