Skip to content

Instantly share code, notes, and snippets.

@chef
Created June 19, 2009 16:45
Show Gist options
  • Save chef/132722 to your computer and use it in GitHub Desktop.
Save chef/132722 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