Files
bw/inhouse-cookbooks/fake/recipes/notifications.rb
Ivan Evtukhovich 77fbc47bb2 Add notifications
2013-09-22 09:25:54 +04:00

14 lines
203 B
Ruby

execute "echo 1" do
# action :nothing
end
execute "echo 2" do
# notifies :run, "execute[echo 1]", :delayed
end
execute "echo 3" do
# notifies :run, "execute[echo 1]", :delayed
end
execute "echo 4"