0.0
No commit activity in last 3 years
No release in over 3 years
Guard plugin to reapply Puppet configurations.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.1
 Project Readme

Reapply your Puppet configs automatically using Guard! Awesome!

guard 'puppet' do
  watch(%r{^(manifests|modules)})
end

It's assumed your configs are all in the current folder, which is the equivalent of --confdir=$PWD at the command line. Otherwise, there's not much use of using Guard with Puppet. :)

Four options so far:

  • :run_on_start: Apply Puppet configs when starting Guard (default: false)
  • :verbose: Show more output from Puppet (default: true)
  • :debug: Show even more output from Puppet (default: false)
  • :manifest: The main manifest file to run (default: manifests/site.pp)

Bugs and fixes? You know the drill.