we-bridge / vagrant-ansible-symfony

A template Vagrant Symfony2 project setup, supporting mixed Linux/OSX/Windows host environments
7 stars 5 forks source link

the generated parameters.yml for symfony2 is set to use mysql pdo driver instead of postgresql #10

Closed allan-simon closed 9 years ago

allan-simon commented 9 years ago

same for the password/username which is not the one we generate during provisioning

cbrunnkvist commented 9 years ago

Aha. I suppose it should be a j2 template rathe than a lineinfile replacement job...

cbrunnkvist commented 9 years ago

Speaking of MySQL - I remember talking about adding that role too. I'll fix this issue in the same go.

allan-simon commented 9 years ago

yes, the next step would be to use the composer.json post-install to generate the parameters.yml from a .dist and env variables