OSDN Git Service

add the go_utils cookbook. go_utils-0.1.0
authorwhitestar <whitestar@users.osdn.me>
Sun, 3 Mar 2019 12:46:13 +0000 (21:46 +0900)
committerwhitestar <whitestar@users.osdn.me>
Sun, 3 Mar 2019 12:46:13 +0000 (21:46 +0900)
commit240c4bd7eeccbbd12c9c62788a6cd356cee15996
treee26812352d9139d714a60c1fb085b0d32f039dd4
parent20e66a1b2ac0add589ceaad090d6be012e74adf2
add the go_utils cookbook.
21 files changed:
cookbooks/go_utils/.foodcritic [new file with mode: 0644]
cookbooks/go_utils/.rubocop.yml [new file with mode: 0644]
cookbooks/go_utils/Berksfile [new file with mode: 0644]
cookbooks/go_utils/CHANGELOG.md [new file with mode: 0644]
cookbooks/go_utils/Gemfile [new file with mode: 0644]
cookbooks/go_utils/Gemfile.lock [new file with mode: 0644]
cookbooks/go_utils/README.md [new file with mode: 0644]
cookbooks/go_utils/Rakefile [new file with mode: 0644]
cookbooks/go_utils/attributes/default.rb [new file with mode: 0644]
cookbooks/go_utils/chefignore [new file with mode: 0644]
cookbooks/go_utils/concourse.yml [new file with mode: 0644]
cookbooks/go_utils/fly-vars.local.yml [new file with mode: 0644]
cookbooks/go_utils/fly-vars.yml [new file with mode: 0644]
cookbooks/go_utils/metadata.rb [new file with mode: 0644]
cookbooks/go_utils/recipes/default.rb [new file with mode: 0644]
cookbooks/go_utils/recipes/go-installer.rb [new file with mode: 0644]
cookbooks/go_utils/spec/recipes/default_spec.rb [new file with mode: 0644]
cookbooks/go_utils/spec/spec_helper.rb [new file with mode: 0644]
cookbooks/go_utils/templates/default/usr/local/bin/go_install [new file with mode: 0644]
cookbooks/go_utils/version [new file with mode: 0644]
roles/go-utils.rb [new file with mode: 0644]