-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I found I had to try multiple configs for a project before I was truly happy with the resulting VM, meaning I had to replace both puphpet/config.yaml several times manually. (I believe this only happens once when running composer install?)
Anyway, I was thinking one approach might be to inject some Ruby code into the Vagrantfile to handle this automatically when running vagrant up, though I would understand if this is something you wouldn't want to maintain.
The aim would be to overwrite the (non-versioned) puphpet/config.yaml with the (versioned) puphpet.yaml every time. Just putting it out there to get your opinion on the matter.