试图在各种机器上使用 Puphpet 和 Vagrant 启动一些开发虚拟机但没有成功的主要烦恼。通常我会收到这种类型的错误:
==> default: Error: can't convert Fixnum into String at /tmp/vagrant-puppet/modules-8ac76db09acda5ab8c14f0bf13c0e157/mysql/manifests/server/root_password.pp:10 on node packer-virtualbox-iso-1422588891.vagrantup.com
==> default: Wrapped exception:
==> default: can't convert Fixnum into String
==> default: Error: can't convert Fixnum into String at /tmp/vagrant-puppet/modules-8ac76db09acda5ab8c14f0bf13c0e157/mysql/manifests/server/root_password.pp:10 on node packer-virtualbox-iso-1422588891.vagrantup.com
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
我搜索并在项目的网站或支持小组上找不到任何东西。