/shadow_puppet

please see railsmachine/shadow_puppet

Primary LanguageRubyGNU Lesser General Public License v3.0LGPL-3.0

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

$ gem install rspec isolate-scenarios
$ rake spec
# To test against all supported versions of ActiveSupport:
$ isolate-scenarios rake spec