Skip to content

Instantly share code, notes, and snippets.

@jbz
Created March 2, 2011 23:19
Show Gist options
  • Save jbz/851988 to your computer and use it in GitHub Desktop.
Save jbz/851988 to your computer and use it in GitHub Desktop.
node[:apt][:repo].each do |repo|
apt_repository repo[:name]
uri repo[:uri]
distribution repo[:dist]
components repo[:component]
action :add
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment