rspec-puppet

RSpec test framework for your Puppet manifests

Getting started is easy!

(The rest is a bit more difficult though)

Install the rspec-puppet gem and run rspec-puppet-init from inside your module to set everything up.


$ gem install rspec-puppet
$ cd your-module
$ rspec-puppet-init
                        

Then continue on to the tutorial!

Tutorial

A step-by-step introduction to behaviour-driven Puppet development

Documentation

Everything you need to know

Changelog

Check out what's changed in the latest release