From caf4ea722e23fa1d1242044ccabe3bfaf6193c1e Mon Sep 17 00:00:00 2001 From: Frank Shearar Date: Tue, 14 May 2013 21:22:19 +0100 Subject: [PATCH] Import the TemplateRenderer (like the other guests do). --- plugins/guests/arch/cap/configure_networks.rb | 4 ++++ 1 file changed, 4 insertions(+) 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