From ebd4cb761ddd4aecfe9516b1a5798f716663610b Mon Sep 17 00:00:00 2001 From: Christian Mayer Date: Wed, 1 Jul 2015 10:46:47 +0200 Subject: [PATCH] Fix NULL builder config documentation. Change from "host" to "ssh_host" was introduced in d545431f9bc735f --- website/source/docs/builders/null.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/null.html.markdown b/website/source/docs/builders/null.html.markdown index 74c4465fb..7398cadd7 100644 --- a/website/source/docs/builders/null.html.markdown +++ b/website/source/docs/builders/null.html.markdown @@ -20,8 +20,8 @@ no provisioners are defined, but it will connect to the specified host via ssh. ```javascript { - "type": "null", - "host": "127.0.0.1", + "type": "null", + "ssh_host": "127.0.0.1", "ssh_username": "foo", "ssh_password": "bar" }