Remove unused method from package

This commit is contained in:
Mitchell Hashimoto 2010-07-27 23:28:58 -07:00
parent 1eb407a021
commit 39bf56f786
1 changed files with 0 additions and 11 deletions

View File

@ -56,17 +56,6 @@ module Vagrant
end end
end end
# This method creates the auto-generated Vagrantfile at the root of the
# box. This Vagrantfile contains the MAC address so that the user doesn't
# have to worry about it.
def create_vagrantfile
File.open(File.join(@env["package.directory"], "Vagrantfile"), "w") do |f|
f.write(TemplateRenderer.render("package_Vagrantfile", {
:base_mac => @env["vm"].vm.network_adapters.first.mac_address
}))
end
end
# Compress the exported file into a package # Compress the exported file into a package
def compress def compress
@env.logger.info "Packaging VM into #{tar_path}..." @env.logger.info "Packaging VM into #{tar_path}..."