Eelke Blok
Eelke Blok
@piepkrak Have you made any progress with this? Looking into the problem, I basically came to the same conclusion (it's funny how an issues can look like total gibberish until...
Just out of curiosity, why can't the hash be generated when performing the merge?
Interesting. I would've expected the content hash is only derived from the contents of the composer.lock, so that with the result of the merge you'd have all information needed to...
Well, yes, but exactly because it’s so easy I was looking for a way to automate it. We use a pull request workflow which will obviously fail to merge something...
The data bags are only parsed when the Vagrant box is provisioned. You have two options: - Destroy the box and re-provision (or use the --provision flag when reloading, but...
Not sure what is going on. Investigate the entries in sites-available that are created.
Have you checked the vhost configuration inside the box? What is in /etc/apache2/sites-available? What's in /etc/apache2/sites-enabled? Were there any error messages when having the box provision that could point to...
I have seen the duplicate blocks in the vhost configurations as well, but it hasn't caused me a lot of trouble. It could be related, though. It looks like something...
How are you trying to reach the site? If it is through a name like local.dev, did you add that to the hosts file on your host machine (i.e. not...
_Adding_ a data_bag should work fine, as long as you let the box provision again (e.g. reload --provision). Updating might well be an issue, I know indeed from personal experience...