thias / puppet-php

Puppet module to manage PHP
Other
49 stars 67 forks source link

error with dots in parameters #37

Closed strowi closed 10 years ago

strowi commented 10 years ago

Hi,

try setting session.secure_cookie with this:

php::ini { '/etc/php.ini': session.secure_cookie => '1', }

gives error about the dot.

Any workaround?

thias commented 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).