'path' in shell provisioner template was renamed
This commit is contained in:
parent
cd49284d58
commit
412be0d7c1
|
@ -49,7 +49,7 @@ provisioner to run a local script within the machines:
|
||||||
<pre class="prettyprint">
|
<pre class="prettyprint">
|
||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"path": "script.sh"
|
"script": "script.sh"
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue