guard-puppet/lib/guard/puppet/templates/Guardfile

5 lines
57 B
Plaintext
Raw Normal View History

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