Skip to content

Instantly share code, notes, and snippets.

@flano-yuki
Created January 13, 2014 12:39
Show Gist options
  • Save flano-yuki/8399566 to your computer and use it in GitHub Desktop.
Save flano-yuki/8399566 to your computer and use it in GitHub Desktop.
#
# Cookbook Name:: mptcp
# Recipe:: default
#
include_recipe 'apt'
apt_repository "multipath-tcp" do
uri "http://multipath-tcp.org/repos/apt/debian"
distribution "saucy"
components ["main"]
key "http://multipath-tcp.org/mptcp.gpg.key"
action :add
notifies :run, "execute[apt-get update]", :immediately
end
package "linux-mptcp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment