Parameter | Details |
---|---|
COMMANDS | The shell commands to run. Can be a string (e.g. "echo \"Hello, World!\"" ) or a string variable (e.g. $setup ). |
Provisioning is used to automatically configure a virtual machine. It is performed automatically when a virtual machine is first created (using vagrant up
). It can also be re-run later using vagrant provision
.