实际上,我正试图为Magento安装一个流浪汉盒子,而我有一个我无法解决的问题。
在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我在网上并没有真正找到一个解决方案,也许这是一个简单的解决方案。
如果需要更多关于我的配置的信息,告诉我。
谢谢!
发布于 2016-12-02 11:06:06
对于人们来说,正如弗雷德里克所说的,答案是https://github.com/puphpet/puphpet/issues/2504
我不得不重新上传我的Puphpet配置到网站,并生成一个新的档案。
https://stackoverflow.com/questions/40929935
复制相似问题