From 57d2fede3f880a07d0c1fa8b1252869eb687d644 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 6 Mar 2017 13:08:34 -0800 Subject: [PATCH] the digitalocean ubuntu user is root --- website/source/docs/builders/digitalocean.html.md | 7 ++++--- .../source/intro/getting-started/parallel-builds.html.md | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/website/source/docs/builders/digitalocean.html.md b/website/source/docs/builders/digitalocean.html.md index b63bb103d..c8ce84f39 100644 --- a/website/source/docs/builders/digitalocean.html.md +++ b/website/source/docs/builders/digitalocean.html.md @@ -88,8 +88,9 @@ access tokens: { "type": "digitalocean", "api_token": "YOUR API KEY", - "image": "ubuntu-12-04-x64", - "region": "nyc2", - "size": "512mb" + "image": "ubuntu-14-04-x64", + "region": "nyc3", + "size": "512mb", + "ssh_username": "root" } ``` diff --git a/website/source/intro/getting-started/parallel-builds.html.md b/website/source/intro/getting-started/parallel-builds.html.md index 0125cf9df..c1e5703e8 100644 --- a/website/source/intro/getting-started/parallel-builds.html.md +++ b/website/source/intro/getting-started/parallel-builds.html.md @@ -68,7 +68,7 @@ array. "image": "ubuntu-14-04-x64", "region": "nyc3", "size": "512mb", - "ssh_username": "ubuntu" + "ssh_username": "root" } ``` @@ -106,7 +106,7 @@ The entire template should now look like this: "image": "ubuntu-14-04-x64", "region": "nyc3", "size": "512mb", - "ssh_username": "ubuntu" + "ssh_username": "root" }], "provisioners": [{ "type": "shell",