This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Description
I am having a problem similar to this issue. Here's my config:
php::module { [ 'mysql', 'memcached' ]:
notify => Service['apache2']
}
But when I look at the actual .ini files...
$ ls /etc/php5/conf.d/
-rw-r--r-- 1 root root 0 May 24 14:10 memcached.ini
-rw-r--r-- 1 root root 0 May 24 14:10 mysql.ini
they're empty :/ Here are some relevant log entries from provisioning:
Notice: /File[/etc/php5/conf.d/xdebug.ini]/ensure: removed
Notice: /File[/etc/php5/conf.d/apc.ini]/ensure: removed
Notice: /Stage[main]/Wix::Php/Php::Module[mysql]/File[mysql.ini]/ensure: created
Notice: /Stage[main]/Wix::Php/Php::Module[memcached]/File[memcached.ini]/ensure: created
What am I doing wrong? Thanks!