This commit is contained in:
Thorsten Schifferdecker 2016-05-10 23:32:22 +02:00 committed by Paul Stack
parent 0687d1f222
commit 1b658865d5
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"
]