diff --git a/inhouse-cookbooks/fake/recipes/notifications.rb b/inhouse-cookbooks/fake/recipes/notifications.rb new file mode 100644 index 0000000..fcc9033 --- /dev/null +++ b/inhouse-cookbooks/fake/recipes/notifications.rb @@ -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"