This repository has been archived by the owner on Oct 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
php.ini variables doesn't work using dwim method #67
Comments
Can you check this one out @igalic ? :) |
Strange, I thought I had tested for exactly that, from what I gather from my test: https://github.com/jippi/puppet-php/blob/master/spec/defines/fpm_config_spec.rb#L4-L6 you should probably only |
@wojtek-alef bump? |
looks like it's working when changing include |
This, right now, is due to the cascade of inheritances, I believe. I'm not sure how to properly fix it, though |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
php::config losses default $inifile value when calling from php::fpm::config
looks like
cause $inifile gets empty after line 44 of manifests/config.pp.
it's working fine when file is defined ie.
The text was updated successfully, but these errors were encountered: