Vagrant软件包不包含带有--include的文件

Vagrant软件包不包含带有--include的文件,vagrant,vagrantfile,Vagrant,Vagrantfile,我正在用Vagrant package--base mybox--output mybox.box--vagrantfile./vagrantfile打包一个Vagrant盒 这很好,我把盒子上传到了流浪云 然后我运行vagrant login,然后运行vagrant init myrepo/mybox,这将导致: ~/.vagrant.d/boxes/[removed]/mybox/0.0.2/virtualbox/include/_Vagrantfile:5: warning: alread

我正在用
Vagrant package--base mybox--output mybox.box--vagrantfile./vagrantfile
打包一个Vagrant盒

这很好,我把盒子上传到了流浪云

然后我运行
vagrant login
,然后运行
vagrant init myrepo/mybox
,这将导致:

~/.vagrant.d/boxes/[removed]/mybox/0.0.2/virtualbox/include/_Vagrantfile:5: warning: already initialized constant VAGRANTFILE_API_VERSION

Vagrantfile:5: warning: previous definition of VAGRANTFILE_API_VERSION was here. There are errors in the configuration of this machine. Please fix the following errors and try again:

shell provisioner:
* `path` for shell provisioner does not exist on the host system:   
[pwd]/test/provision/a_provision_file.sh
~和pwd分别是home和我在其中设置的空目录
a_provision_file.sh
应该包括在内,因为我将
--include=provision/
传递到
流浪包
。我不明白为什么这个文件不在上传到Vagrant Cloud的盒子里

多谢各位