Skip to content

Instantly share code, notes, and snippets.

@jrgifford
Created September 3, 2014 14:28
Show Gist options
  • Save jrgifford/14172d41de334a09fd45 to your computer and use it in GitHub Desktop.
Save jrgifford/14172d41de334a09fd45 to your computer and use it in GitHub Desktop.
if node[:scout][:plugin_gems]
gem_package node[:scout][:plugin_gems] do
if node[:scout][:rvm_wrapper]
gem_binary File.join(node[:scout][:rvm_wrapper],"gem")
end
action :upgrade
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment