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 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)
|
||||
|
|
Loading…
Reference in New Issue