From c0f8f44a10a3621ad5c5eec70ec84967f1ae5fa9 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 2 Feb 2017 01:24:45 -0800 Subject: [PATCH] remove obsolete config key --- website/source/docs/builders/profitbricks.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/source/docs/builders/profitbricks.html.md b/website/source/docs/builders/profitbricks.html.md index e84890544..8e85f771a 100644 --- a/website/source/docs/builders/profitbricks.html.md +++ b/website/source/docs/builders/profitbricks.html.md @@ -63,11 +63,10 @@ Here is a basic example: "type": "profitbricks", "disk_size": "5", "snapshot_name": "double", - "ssh_key_path": "/path/to/private/key", "snapshot_password": "test1234", "ssh_username" :"root", "timeout": 100 } ] } -``` \ No newline at end of file +```