Basic ODL Puppet mod skeleton
[integration/packaging/puppet-opendaylight.git] / Guardfile
diff --git a/Guardfile b/Guardfile
new file mode 100644 (file)
index 0000000..fd50602
--- /dev/null
+++ b/Guardfile
@@ -0,0 +1,5 @@
+notification :off
+
+guard 'rake', :task => 'test' do
+  watch(%r{^manifests\/(.+)\.pp$})
+end