Closed strowi closed 10 years ago
Dots aren't allowed by puppet in parameter names. But AFAICT, that parameter isn't supported in the ini
definition anyway. Feel free to create a pull request with that parameter added to ini.pp
and the relevant template(s) updated (with an underscore where the dot is, like the others).
Hi,
try setting session.secure_cookie with this:
php::ini { '/etc/php.ini': session.secure_cookie => '1', }
gives error about the dot.
Any workaround?