OSDN Git Service

adds the `gitlab-grid` cookbook. gitlab-grid-0.1.0
authorwhitestar <whitestar@gaea.test>
Sun, 19 Feb 2017 05:31:50 +0000 (14:31 +0900)
committerwhitestar <whitestar@gaea.test>
Sun, 19 Feb 2017 05:31:50 +0000 (14:31 +0900)
commit43909b0d5046317e33789c6bc74c268ee4b4a91d
tree29696cd5c71f00eaa10b1b0c10cb0b938765bb1f
parent6187670a70df6ac6e0864a04fb8a60143fd3daa5
adds the `gitlab-grid` cookbook.
19 files changed:
cookbooks/gitlab-grid/.foodcritic [new file with mode: 0644]
cookbooks/gitlab-grid/.rubocop.yml [new file with mode: 0644]
cookbooks/gitlab-grid/Berksfile [new file with mode: 0644]
cookbooks/gitlab-grid/CHANGELOG.md [new file with mode: 0644]
cookbooks/gitlab-grid/Gemfile [new file with mode: 0644]
cookbooks/gitlab-grid/README.md [new file with mode: 0644]
cookbooks/gitlab-grid/Rakefile [new file with mode: 0644]
cookbooks/gitlab-grid/attributes/default.rb [new file with mode: 0644]
cookbooks/gitlab-grid/metadata.rb [new file with mode: 0644]
cookbooks/gitlab-grid/recipes/commons.rb [new file with mode: 0644]
cookbooks/gitlab-grid/recipes/default.rb [new file with mode: 0644]
cookbooks/gitlab-grid/recipes/docker-compose.rb [new file with mode: 0644]
cookbooks/gitlab-grid/recipes/server.rb [new file with mode: 0644]
cookbooks/gitlab-grid/spec/recipes/default_spec.rb [new file with mode: 0644]
cookbooks/gitlab-grid/spec/spec_helper.rb [new file with mode: 0644]
cookbooks/gitlab-grid/templates/default/etc/gitlab/gitlab.rb [new file with mode: 0644]
cookbooks/gitlab-grid/templates/default/opt/docker-compose/app/gitlab/docker-compose.yml [new file with mode: 0644]
nodes/local-gitlab.json [new file with mode: 0644]
roles/gitlab.rb [new file with mode: 0644]