Skip to content

Instantly share code, notes, and snippets.

@someara
Created October 29, 2013 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save someara/89372922b4d1edc547cf to your computer and use it in GitHub Desktop.
Save someara/89372922b4d1edc547cf to your computer and use it in GitHub Desktop.
template "/tmp/resource-1" do
notifies :run, 'execute[long running thing]'
end
execute 'long running thing' do
command "sleep 100"
action :nothing
end
execute 'do another thing' do
command "echo I need a nap"
action :run
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment