Skip to content

Instantly share code, notes, and snippets.

@jbz
Created February 20, 2014 15:05
%w{ package1 package2 package3 }.each do |pkg|
package pkg do
action :install
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment