Skip to content

Instantly share code, notes, and snippets.

View Sauraus's full-sized avatar
:octocat:
Coding

Antek Baranski Sauraus

:octocat:
Coding
  • Vid Inc
  • Los Angeles, CA
View GitHub Profile
@nvwls
nvwls / gist:7672039
Created November 27, 2013 07:45
Executing a resource last
[root@vagrant ~]# cat chef/recipes/test.rb
execute 'last' do
action :nothing
command 'true'
end
ruby_block 'notify' do
block do
true
end