diff --git a/lib/functions/cli/cli-vagrant.sh b/lib/functions/cli/cli-vagrant.sh index 90b67f485c..bb9c3a134b 100644 --- a/lib/functions/cli/cli-vagrant.sh +++ b/lib/functions/cli/cli-vagrant.sh @@ -1,7 +1,8 @@ +# @TODO: Open JIRA. PR's are welcome. Open JIRA! function cli_vagrant_pre_run() { - : + exit_with_error "cli_vagrant_pre_run: not implemented" } function cli_vagrant_run() { - : + exit_with_error "cli_vagrant_run: not implemented" }