the digitalocean ubuntu user is root

This commit is contained in:
Matthew Hooker 2017-03-06 13:08:34 -08:00
parent 615b903817
commit 57d2fede3f
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
2 changed files with 6 additions and 5 deletions

View File

@ -88,8 +88,9 @@ access tokens:
{ {
"type": "digitalocean", "type": "digitalocean",
"api_token": "YOUR API KEY", "api_token": "YOUR API KEY",
"image": "ubuntu-12-04-x64", "image": "ubuntu-14-04-x64",
"region": "nyc2", "region": "nyc3",
"size": "512mb" "size": "512mb",
"ssh_username": "root"
} }
``` ```

View File

@ -68,7 +68,7 @@ array.
"image": "ubuntu-14-04-x64", "image": "ubuntu-14-04-x64",
"region": "nyc3", "region": "nyc3",
"size": "512mb", "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", "image": "ubuntu-14-04-x64",
"region": "nyc3", "region": "nyc3",
"size": "512mb", "size": "512mb",
"ssh_username": "ubuntu" "ssh_username": "root"
}], }],
"provisioners": [{ "provisioners": [{
"type": "shell", "type": "shell",