more vault
[arvados.git] / services / boot / controller.go
index 4b3e249ac582083bb7be64818337eb5449202db5..abd07255ea7896baf586885096be99881081e9ce 100644 (file)
@@ -17,20 +17,16 @@ func (c *controller) Boot(ctx context.Context) error {
                },
                Concurrent{
                        postgresql,
-                       Concurrent{
-                               &download{
-                                       URL:  "https://releases.hashicorp.com/consul-template/0.18.0/consul-template_0.18.0_linux_amd64.zip",
-                                       Dest: path.Join(cfg.UsrDir, "bin", "consul-template"),
-                                       Size: 6912352,
-                                       Mode: 0755,
-                               },
-                               consul,
-                       },
-                       Concurrent{
-                               vault,
-                               nomad,
+                       &download{
+                               URL:  "https://releases.hashicorp.com/consul-template/0.18.0/consul-template_0.18.0_linux_amd64.zip",
+                               Dest: path.Join(cfg.UsrDir, "bin", "consul-template"),
+                               Size: 6912352,
+                               Mode: 0755,
                        },
                },
+               consul,
+               vault,
+               nomad,
                // Concurrent{
                //      dispatchLocal,
                //      dispatchSLURM,