puppet-consul_template/Guardfile

6 строки
91 B
Ruby

notification :off
guard 'rake', :task => 'test' do
watch(%r{^manifests\/(.+)\.pp$})
end