add note that puppet need to be installed

This commit is contained in:
Alvaro Miranda Aguilera 2017-01-15 07:38:43 +01:00 committed by GitHub
parent 159fca9d13
commit 560ed2bfee
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ Vagrant.configure("2") do |config|
end
```
~> `puppet` need to be installed in the guest vm.
By default, Vagrant will configure Puppet to look for manifests in the
"manifests" folder relative to the project root, and will use the
"default.pp" manifest as an entry-point. This means, if your directory