From 78c7549b1b7749b85707a3496d93e8c9b4320938 Mon Sep 17 00:00:00 2001 From: Peter Schutt Date: Wed, 17 Oct 2018 22:12:27 +1000 Subject: [PATCH] Small typo fix --- website/source/docs/provisioning/salt.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioning/salt.html.md b/website/source/docs/provisioning/salt.html.md index 680c8b73d..83f0daa8c 100644 --- a/website/source/docs/provisioning/salt.html.md +++ b/website/source/docs/provisioning/salt.html.md @@ -193,5 +193,5 @@ On a machine with salt installed, run `salt-key --gen-keys=[minion_id]` to generate the necessary .pub and .pem files -For a an example of a more advanced setup, look at the original +For an example of a more advanced setup, look at the original [plugin](https://github.com/saltstack/salty-vagrant/tree/develop/example).