OSDN Git Service

modifies hostname setting. gitlab-grid-0.1.5
authorwhitestar <whitestar@users.osdn.me>
Thu, 10 Aug 2017 11:27:15 +0000 (20:27 +0900)
committerwhitestar <whitestar@users.osdn.me>
Thu, 10 Aug 2017 11:27:15 +0000 (20:27 +0900)
cookbooks/gitlab-grid/CHANGELOG.md
cookbooks/gitlab-grid/attributes/default.rb
cookbooks/gitlab-grid/version

index 8d064f2..1ebcc5c 100644 (file)
@@ -1,5 +1,9 @@
 # gitlab-grid CHANGELOG
 
+0.1.5
+-----
+- refactoring.
+
 0.1.4
 -----
 - includes the `ssl_cert::server_key_pairs` and `ssl_cert::ca_certs` recipes automatically.
index a497884..d475e83 100644 (file)
@@ -49,7 +49,7 @@ default['gitlab-grid']['docker-compose']['config'] = {
     'gitlab' => {
       'image' => 'gitlab/gitlab-ce:latest',
       'restart' => 'always',
-      'hostname' => 'gitlab.io.example.com',
+      'hostname' => node['fqdn'],
       'environment' => {
 =begin
         # Do not use this variable, instead use the `['gitlab-grid']['gitlab.rb']` attribute.