From 647fe13ab71293a83f11d3620c6742ec46598e82 Mon Sep 17 00:00:00 2001 From: Alistair Mackay <34012094+fireflycons@users.noreply.github.com> Date: Sat, 3 Aug 2024 20:16:30 +0100 Subject: [PATCH] correction --- vagrant/generic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/generic/README.md b/vagrant/generic/README.md index 1b3d326..daee478 100644 --- a/vagrant/generic/README.md +++ b/vagrant/generic/README.md @@ -23,7 +23,7 @@ It should be very simple affair to customize this for a given project and more o * `provision_script` - Run the given script which should be placed in the [linux](./linux/) subdirectory in the guest. The shell script can be passed optional arguments. Note that the same script will be run on *all* guests, so ensure it is [distro aware](./linux/setup_host.sh#L11-L13) and idempotent. Host name should be set already as long as the script comes after `hv.deploy` so that can also be switched on + Run the given script which should be placed in the [linux](./linux/) subdirectory and committed to the target project's repo. The shell script can be passed optional arguments. Note that the same script will be run on *all* guests, so ensure it is [distro aware](./linux/setup_host.sh#L11-L13) and idempotent. Host name should be set already as long as the script comes after `hv.deploy` so that can also be switched on ```ruby hv.provision_script [arg1 , arg2, ...argn,] script: "my_script.sh"