Skip to content

Instantly share code, notes, and snippets.

View rlister's full-sized avatar
💭
wfh

Ric Lister rlister

💭
wfh
View GitHub Profile
class BluepillOverride
def self.provider
Class.new(Chef::Provider::BluepillService) do
def shell_out!(*args)
args.each do |command|
rvm_shell "#{command}" do
code command
end
end
end