Merge pull request #8205 from kikitux/puppet-doc

add note that puppet need to be installed
This commit is contained in:
Chris Roberts 2017-02-01 11:17:19 -08:00 committed by GitHub
commit 24e0c2a109
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