Vagrant Puphpet 找不到 class ::puphpet::cron

Vagrant Puphpet Could not find class ::puphpet::cron

我实际上正在尝试为 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 插件

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

我在网上没有找到解决办法,也许是一个简单的方法。
如果我的配置需要更多信息,请告诉我。

谢谢!

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