example42 / puppet-php

A puppet module for php. According to Example42 NextGen spec.
Other
45 stars 62 forks source link

different session_handler #77

Closed head1328 closed 9 years ago

head1328 commented 9 years ago

it's not possible use redis (or memcache) as session handler

php::pecl::module { 'redis' }

php::ini { "ini_settings": value => ' session.save_handler = redis session.save_path = tcp://127.0.0.1:6379' }

error message: Error: Parameter creates failed on Exec[mkdir -p tcp://127.0.0.1:6379]: creates must be a fully qualified path at /tmp/vagrant-puppet-3/manifests/nodes/Php.pp:139

alvagante commented 9 years ago

I can't see any trace of a mkdir exec neither on php::pecl::module nor in php:ini What do you have in manifests/nodes/Php.pp ?

head1328 commented 9 years ago

oh sorry, the error caused by third-party module