Skip to content

Instantly share code, notes, and snippets.

@cliffdickerson
Forked from chef/package_list.rb
Created June 19, 2009 16:48
Show Gist options
  • Save cliffdickerson/132724 to your computer and use it in GitHub Desktop.
Save cliffdickerson/132724 to your computer and use it in GitHub Desktop.
%w{
package1
package2
package3
package4
}.each do |name|
package name do
action :install
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment