From 2070aa1e1230ea43c1accc44fb17ecae64d5c1c3 Mon Sep 17 00:00:00 2001 From: Nicolas Corrarello Date: Fri, 6 Oct 2017 17:34:35 +0100 Subject: [PATCH] Minor cosmetic fix --- website/source/guides/acl.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/guides/acl.html.markdown b/website/source/guides/acl.html.markdown index d8dc18c06..c98b60e8e 100644 --- a/website/source/guides/acl.html.markdown +++ b/website/source/guides/acl.html.markdown @@ -400,14 +400,15 @@ have a separate token) - An unsealed Vault server ### Configuration -Mount the "nomad" secret backend in Vault +Mount the "nomad" secret backend in Vault: ``` $ vault mount nomad Successfully mounted 'nomad' at 'nomad'! ``` -Configure access with the right address and management token +Configure access with the right address and management token: + ``` $ vault write nomad/config/access \ address=http://127.0.0.1:4646 \