From 3b3b89b351e084dc4d17115c2d4d8317b3271b5f Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 23 May 2014 16:30:01 +0200 Subject: [PATCH] Add the aws.yml.erb template --- files/gitlab-cookbooks/gitlab/templates/default/aws.yml.erb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+), 0 deletions(-) create mode 100644 files/gitlab-cookbooks/gitlab/templates/default/aws.yml.erb diff --git a/files/gitlab-cookbooks/gitlab/templates/default/aws.yml.erb b/files/gitlab-cookbooks/gitlab/templates/default/aws.yml.erb new file mode 100644 index 0000000..0bcd330 --- /dev/null +++ b/files/gitlab-cookbooks/gitlab/templates/default/aws.yml.erb @@ -0,0 +1,21 @@ +# This file is managed by gitlab-ctl. Manual changes will be +# erased! To change the contents below, edit /etc/gitlab/gitlab.rb +# and run `sudo gitlab-ctl reconfigure`. + +production: + access_key_id: <%= @aws_access_key_id %> + secret_access_key: <%= @aws_secret_access_key %> + bucket: <%= @aws_bucket %> + region: <%= @aws_region %> + +development: + access_key_id: AKIA1111111111111UA + secret_access_key: secret + bucket: mygitlab.development.us + region: us-east-1 + +test: + access_key_id: AKIA1111111111111UA + secret_access_key: secret + bucket: mygitlab.test.us + region: us-east-1 -- libgit2 0.21.2