0

我实际上正在尝试为 Magento 安装一个 vagrant box,但我遇到了无法解决的问题。
vagrant up我有这个期间:

==> magestudy: Running provisioner: puppet...
==> magestudy: Running Puppet with ...
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Info: Loading facts
==> magestudy: Error: Evaluation Error: Error while evaluating a Function Call, Could not find class ::puphpet::cron for magestudy.dev at /tmp/vagrant-puppet/modules-ec859315aae74732926620cbde081be8/puphpet/manifests/init.pp:12:3 on node magestudy.dev
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.

这是我本地的流浪插件

vagrant-puppet-install (4.1.0)
vagrant-share (1.1.6)
vagrant-vbguest (0.13.0)

我的本地版本

vagrant -v Vagrant 1.9.0
VBoxManage -v 5.1.10r112026

我并没有在互联网上真正找到解决方案,也许这是一个简单的解决方案。
如果我的配置需要更多信息,请告诉我。

谢谢 !

4

1 回答 1

0

对于看到这一点的人,正如 Frédéric 所说,这里是答案https://github.com/puphpet/puphpet/issues/2504
我不得不将我的 Puphpet 配置重新上传到网站并生成一个新的存档。

于 2016-12-02T11:06:06.127 回答