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

all .ini files are empty #14

@ehough

Description

@ehough

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions