Created
August 23, 2016 22:10
-
-
Save brandocorp/36188152ab0ffed1a486dc530c28a8a9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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