From 61a4f4a6a230b0107147aa793607179f6d2f80e9 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 30 Mar 2016 12:31:47 -0400 Subject: [PATCH] Sort infokeys on startup and add more padding --- command/server.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/command/server.go b/command/server.go index 5f7986b27c..b952694249 100644 --- a/command/server.go +++ b/command/server.go @@ -314,7 +314,8 @@ func (c *ServerCommand) Run(args []string) int { info["version"] = version.GetVersion().String() // Server configuration output - padding := 18 + padding := 24 + sort.Strings(infoKeys) c.Ui.Output("==> Vault server configuration:\n") for _, k := range infoKeys { c.Ui.Output(fmt.Sprintf(