OSDN Git Service

Import apt version 2.0.0 cookbook-site-imported-apt-2.0.0
authorwhitestar <whitestar@gaea.test>
Sat, 29 Jun 2013 14:44:13 +0000 (23:44 +0900)
committerwhitestar <whitestar@gaea.test>
Sat, 29 Jun 2013 14:44:13 +0000 (23:44 +0900)
commitf8adef2d4b5304f496f534f50dc5f3ef1cce03cc
tree5d15eb4ef320c0b0110932e18814f42ae2b2eef6
parentab557e2c057b09a4d3f0c02b6b45b400f770a69c
Import apt version 2.0.0
23 files changed:
cookbooks/apt/.gitignore [new file with mode: 0644]
cookbooks/apt/.kitchen.yml [new file with mode: 0644]
cookbooks/apt/Berksfile [new file with mode: 0644]
cookbooks/apt/CHANGELOG.md [new file with mode: 0644]
cookbooks/apt/CONTRIBUTING [new file with mode: 0644]
cookbooks/apt/LICENSE [new file with mode: 0644]
cookbooks/apt/README.md [new file with mode: 0644]
cookbooks/apt/TESTING.md [new file with mode: 0644]
cookbooks/apt/attributes/default.rb [new file with mode: 0644]
cookbooks/apt/files/default/apt-proxy-v2.conf [new file with mode: 0644]
cookbooks/apt/metadata.json [new file with mode: 0644]
cookbooks/apt/metadata.rb [new file with mode: 0644]
cookbooks/apt/providers/preference.rb [new file with mode: 0644]
cookbooks/apt/providers/repository.rb [new file with mode: 0644]
cookbooks/apt/recipes/cacher-client.rb [new file with mode: 0644]
cookbooks/apt/recipes/cacher-ng.rb [new file with mode: 0644]
cookbooks/apt/recipes/default.rb [new file with mode: 0644]
cookbooks/apt/resources/preference.rb [new file with mode: 0644]
cookbooks/apt/resources/repository.rb [new file with mode: 0644]
cookbooks/apt/templates/debian-6.0/acng.conf.erb [new file with mode: 0644]
cookbooks/apt/templates/default/01proxy.erb [new file with mode: 0644]
cookbooks/apt/templates/default/acng.conf.erb [new file with mode: 0644]
cookbooks/apt/templates/ubuntu-10.04/acng.conf.erb [new file with mode: 0644]