0.05
No commit activity in last 3 years
No release in over 3 years
A Ruby Puppet DSL
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
~> 2.8.0
~> 2.8.0

Runtime

< 5.0, >= 2.2.0
~> 4.4.1
 Project Readme

ShadowPuppet

ShadowPuppet is a Ruby DSL for Puppet, extracted out of the work we at Rails Machine are doing on Moonshine.

ShadowPuppet provides a DSL for creating collections ("manifests") of Puppet Resources in Ruby. For documentation on writing these manifests, please see ShadowPuppet::Manifest.

A binary is provided to parse and execute a ShadowPuppet::Manifest.

Running the Test Suite

First time:

$ gem install bundler
$ bundle install
$ bundle exec rake appraisal:install

Run against all versions of activesupport:

$ bundle exec rake appraisal spec

Run against a specific one, ie 3.2:

$ bundle exec rake appraisal:3.2 spec

All content copyright © 2014, Rails Machine, LLC