mirror of
https://github.com/kemko/bw.git
synced 2026-01-01 07:35:43 +03:00
Add notifications
This commit is contained in:
13
inhouse-cookbooks/fake/recipes/notifications.rb
Normal file
13
inhouse-cookbooks/fake/recipes/notifications.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user