Skip to content

Instantly share code, notes, and snippets.

@whiteley
Created October 25, 2013 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whiteley/7163267 to your computer and use it in GitHub Desktop.
Save whiteley/7163267 to your computer and use it in GitHub Desktop.
config.vm.provision :chef_solo do |chef|
chef.json = {
"apt" => {
"cacher_ipaddress" => "192.168.184.1"
}
}
chef.run_list = [
"recipe[apt::cacher-client]",
"recipe[apt]"
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment