TODO
This commit is contained in:
parent
93003caec3
commit
e4e64d69eb
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ module Vagrant
|
|||
def template_opts
|
||||
@template_opts ||= @box.metadata.fetch('template-opts', {}).dup.merge!(
|
||||
'--tarball' => rootfs_tarball,
|
||||
# TODO: Deprecate this, the rootfs should be ready for vagrant-lxc
|
||||
# SSH access at this point
|
||||
'--auth-key' => Vagrant.source_root.join('keys', 'vagrant.pub').expand_path.to_s
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue