Search code examples
vagrantpuphpet

Reload config apache with puppet in vagrant


I set it up a vagrant machine with https://puphpet.com/#.

Everything was OK until I wanted to change the documentroot for an apache vhost:docroot in config.yaml

This change is not reloaded although I run :

vagrant --provision reload 

Solution

  • Just run $ vagrant provision, no need to reload.