diff --git a/plugins/guests/arch/cap/configure_networks.rb b/plugins/guests/arch/cap/configure_networks.rb index 11fda5ded..e47227e12 100644 --- a/plugins/guests/arch/cap/configure_networks.rb +++ b/plugins/guests/arch/cap/configure_networks.rb @@ -1,3 +1,7 @@ +require "tempfile" + +require "vagrant/util/template_renderer" + module VagrantPlugins module GuestArch module Cap