Commit 633275da authored by stefanlasiewski's avatar stefanlasiewski

Use the phrase 'not present', which is more clear then 'not necessary'.

parent 55c85568
...@@ -61,7 +61,7 @@ of time to initialize. The sleep makes sure that the OS properly initializes. ...@@ -61,7 +61,7 @@ of time to initialize. The sleep makes sure that the OS properly initializes.
Hopefully it is obvious, but the `builders` section shouldn't actually Hopefully it is obvious, but the `builders` section shouldn't actually
contain "...", it should be the contents setup in the previous page contain "...", it should be the contents setup in the previous page
of the getting started guide. Also note the comma after the `"builders": [...]` of the getting started guide. Also note the comma after the `"builders": [...]`
array, which was not necessary in the previous lesson. section, which was not present in the previous lesson.
To configure the provisioners, we add a new section `provisioners` to the To configure the provisioners, we add a new section `provisioners` to the
template, alongside the `builders` configuration. The provisioners section template, alongside the `builders` configuration. The provisioners section
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment