Require things as they're needed
This commit is contained in:
parent
ab0276c4a9
commit
6a1864011d
|
@ -1,9 +1,12 @@
|
||||||
|
require 'vagrant/util/template_renderer'
|
||||||
|
|
||||||
module Vagrant
|
module Vagrant
|
||||||
module Action
|
module Action
|
||||||
module VM
|
module VM
|
||||||
# Puts a generated Vagrantfile into the package directory so that
|
# Puts a generated Vagrantfile into the package directory so that
|
||||||
# it can be included in the package.
|
# it can be included in the package.
|
||||||
class PackageVagrantfile
|
class PackageVagrantfile
|
||||||
|
# For TemplateRenderer
|
||||||
include Util
|
include Util
|
||||||
|
|
||||||
def initialize(app, env)
|
def initialize(app, env)
|
||||||
|
|
Loading…
Reference in New Issue