Open lunika opened 11 years ago
All unmanaged files will be removed by default. Those files are unmanaged due to the file name starting with a number. This module isn't aware of such conf.d files.
Which version of php are you running?
php 5.4
I have the same problem. What is the solution to resolve this problem ?
thx
I don't know if it's a good solution but I put all my ini files in the configuration : https://github.com/lunika/vm-php/tree/master/conf and when I want a module I specify the source :
php::module { ["curl"]:
notify => Service['apache'],
source => "/vagrant/conf/curl.ini"
}
This VM works fine for me if you want to try : https://github.com/lunika/vm-php
Thank you ! It works for me :)
Hello,
when I reload vagrant, all .ini symlinks are removed :
I don't understand why, I need this files.
my conf is here : https://github.com/lunika/thelia-vagrant-config
thx