Add OS release fact required by Java mod #56
[integration/packaging/puppet-opendaylight.git] / Guardfile
1 notification :off
2
3 guard 'rake', :task => 'test' do
4   watch(%r{^manifests\/(.+)\.pp$})
5 end