mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-21 00:42:33 -05:00
5 lines
117 B
Ruby
5 lines
117 B
Ruby
shared_context "provider-context/virtualbox" do
|
|
let(:extra_env) {{
|
|
"VBOX_USER_HOME" => "{{homedir}}",
|
|
}}
|
|
end
|