Kevin Häfeli

Results 9 comments of Kevin Häfeli

@law I think the `ssl_redirect = true` in the hieradata creates a http to https redirect on the server{} level. this causes that all requests are redirected to https. Remove...

` manage_packages=false` helps. maybe you can set the default for Debian to false?

argh :) and I first thought my mco facter filters are wrong.. I workaround this with an ugly sed: 1) remove the 3rd line (values:) 2) remove the two spaces...

for the moment I've created the class "php::fpm" (fpm.pp) and autoloading the hiera data: ``` class php::fpm ( #set defaults that php::fpm:config is loaded $config = {}, ) { create_resources('php_fpm',...

yeah, would really appreciate it @dgolja

Great module! we're using it for our hosting environment (snowflakehosting.ch) with puppet 3.7.2-3 anyway. some hints for the module 1.0 release: - the documentation is nice, but sometimes a little...

PHP 5.3 is EOL and e.g. used with debian squeeze which is also EOL soon. don't care about it and force the sysadmins to upgrade :-)

3 years later: agree, there is definitely room for improvement. specially adding the zones from hiera

I've updated the `.travis.yml` and removed the ruby 1.9.3 support. tests are running now, but many errors ;) I can create the changelog and contributors files, should we target v...