OSDN Git Service

adds the squid-proxy cookbook.
authorwhitestar <whitestar@gaea.test>
Sun, 9 Jul 2017 08:13:16 +0000 (17:13 +0900)
committerwhitestar <whitestar@gaea.test>
Sun, 9 Jul 2017 08:13:16 +0000 (17:13 +0900)
commit132de1f8733bb49e4a9f649fe69f1efa0215efb0
treec43e102c69714204edfe76eca5e93fe1fe44b09f
parentddf38aa8bc14616c6d772a33e380e6d5ae706574
adds the squid-proxy cookbook.
16 files changed:
cookbooks/squid-proxy/.foodcritic [new file with mode: 0644]
cookbooks/squid-proxy/.rubocop.yml [new file with mode: 0644]
cookbooks/squid-proxy/Berksfile [new file with mode: 0644]
cookbooks/squid-proxy/CHANGELOG.md [new file with mode: 0644]
cookbooks/squid-proxy/Gemfile [new file with mode: 0644]
cookbooks/squid-proxy/README.md [new file with mode: 0644]
cookbooks/squid-proxy/Rakefile [new file with mode: 0644]
cookbooks/squid-proxy/attributes/default.rb [new file with mode: 0644]
cookbooks/squid-proxy/concourse.yml [new file with mode: 0644]
cookbooks/squid-proxy/fly-vars.yml [new file with mode: 0644]
cookbooks/squid-proxy/metadata.rb [new file with mode: 0644]
cookbooks/squid-proxy/recipes/default.rb [new file with mode: 0644]
cookbooks/squid-proxy/recipes/server.rb [new file with mode: 0644]
cookbooks/squid-proxy/spec/recipes/default_spec.rb [new file with mode: 0644]
cookbooks/squid-proxy/spec/spec_helper.rb [new file with mode: 0644]
cookbooks/squid-proxy/templates/default/etc/squid/squid.conf [new file with mode: 0644]