Require things as they're needed

This commit is contained in:
Mitchell Hashimoto 2011-12-26 18:36:18 -08:00
parent ab0276c4a9
commit 6a1864011d
1 changed files with 3 additions and 0 deletions

View File

@ -1,9 +1,12 @@
require 'vagrant/util/template_renderer'
module Vagrant
module Action
module VM
# Puts a generated Vagrantfile into the package directory so that
# it can be included in the package.
class PackageVagrantfile
# For TemplateRenderer
include Util
def initialize(app, env)