Skip to content

Instantly share code, notes, and snippets.

@jbz
Created February 20, 2014 15:05
Show Gist options
  • Save jbz/9115697 to your computer and use it in GitHub Desktop.
Save jbz/9115697 to your computer and use it in GitHub Desktop.
%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