OSDN Git Service

improves gitlab-on-docker role.
authorwhitestar <whitestar@users.osdn.me>
Sun, 6 Aug 2017 02:40:58 +0000 (11:40 +0900)
committerwhitestar <whitestar@users.osdn.me>
Sun, 6 Aug 2017 02:40:58 +0000 (11:40 +0900)
roles/gitlab-on-docker.rb

index fd00e60..63b51d6 100644 (file)
@@ -15,6 +15,14 @@ run_list(
 #default_attributes()
 
 override_attributes(
+  'docker-grid' => {
+    'engine' => {
+      'skip_setup' => false,
+    },
+    'compose' => {
+      'skip_setup' => false,
+    },
+  },
   'gitlab-grid' => {
     'gitlab.rb' => {
       'external_url' => "http://#{gitlab_cn}:#{gitlab_http_port}",