Skip to content

Instantly share code, notes, and snippets.

@brandocorp
Created August 23, 2016 22:10
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 brandocorp/36188152ab0ffed1a486dc530c28a8a9 to your computer and use it in GitHub Desktop.
Save brandocorp/36188152ab0ffed1a486dc530c28a8a9 to your computer and use it in GitHub Desktop.
node.default['lita']['plugins'] = {'lita-flowdock' => '0.1.2', 'lita-wolfram-alpha' => '2.0.0' }
node['lita']['plugins'].each do |name, ver|
chef_gem name do
version ver
compile_time true
action :install
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment