Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php-fpm settings through hiera #83

Closed
rmartinelli opened this issue May 8, 2015 · 1 comment
Closed

php-fpm settings through hiera #83

rmartinelli opened this issue May 8, 2015 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@rmartinelli
Copy link

Hi, first of all thanks for the module :)

I had to change this in php/manifests/fpm.pp
-- $real_settings = deep_merge($settings, hiera_hash('::php::fpm::settings', {}))
++ $real_settings = deep_merge($settings, hiera_hash('php::fpm::settings', {}))

in order for this to work through hiera:
php::fpm::settings:
PHP/max_file_uploads: '4'
Session/session.cookie_secure: '1'

Is there's something I'm doing wrong?

@fpletz fpletz added bug Something isn't working confirmed labels May 8, 2015
@fpletz fpletz self-assigned this May 8, 2015
@fpletz fpletz added this to the 3.2.2 milestone May 8, 2015
@fpletz fpletz closed this as completed in 9da34f3 May 8, 2015
@fpletz
Copy link
Contributor

fpletz commented May 8, 2015

Thanks for reporting this. I replaced a little bit too much. 😢

I fixed this and released 3.2.2 to the forge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants