You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running vagrant up the following error message is displayed:
==> default: Running provisioner: puppet...
The `puppet` binary appears not to be in the PATH of the guest. This
could be because the PATH is not properly setup or perhaps Puppet is not
installed on this guest. Puppet provisioning can not continue without
Puppet properly installed.
When running
vagrant up
the following error message is displayed:ILIAS will therefore not be installed/configured.
Adding the line
config.vm.provision "shell", inline: "apt-get install --yes puppet"
fixed this issue for me (source)
The text was updated successfully, but these errors were encountered: