Merge pull request #288 from hashicorp/f-go-getter

Drivers: Use go-getter for artifact retrieval, add artifact support to Exec, Raw Exec drivers
This commit is contained in:
Clint
2015-10-26 10:00:29 -05:00
13 changed files with 407 additions and 74 deletions

View File

@@ -19,7 +19,7 @@ HTTP from the Nomad client.
The `java` driver supports the following configuration in the job spec:
* `jar_source` - **(Required)** The hosted location of the source Jar file. Must be accessible
from the Nomad client, via HTTP
from the Nomad client
* `args` - **(Optional)** The argument list for the `java` command, space separated.