Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

puppet is not installed by default #4

Open
coufal opened this issue Sep 9, 2017 · 1 comment
Open

puppet is not installed by default #4

coufal opened this issue Sep 9, 2017 · 1 comment

Comments

@coufal
Copy link

coufal commented Sep 9, 2017

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.

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)

@coufal
Copy link
Author

coufal commented Sep 9, 2017

I have created a pull request for this issue: #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant