This commit is contained in:
Thorsten Schifferdecker 2016-05-10 23:32:22 +02:00 committed by Paul Stack
parent 9cc21d62f2
commit 4bbb9a674b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ resource "digitalocean_droplet" "mywebserver" {
provisioner "remote-exec" {
inline = [
"export PATh=$PATH:/usr/bin",
"export PATH=$PATH:/usr/bin",
"sudo apt-get update",
"sudo apt-get -y install nginx"
]