yevgenko / cookbook-php-fpm

Installs/Configures php-fpm
http://community.opscode.com/cookbooks/php-fpm
Apache License 2.0
68 stars 117 forks source link

Can't use kitchen with docker container for fedora instance due to ACL issue #97

Open yevgenko opened 7 years ago

yevgenko commented 7 years ago

Default www pool configuration, installed with php-fpm package on Fedora 24, requires ACL enabled filesystem, but ACL not supported in docker (or at least in this particular image).

Removing default pool or changing listen from socket to port would be quick solution, but...

Disabling www pool thru attributes won't help, because it fails at installation step while pool can be disabled only at configuration step which follows. For the same reason overriding template won't help either.

If it would be possible to postpone starting the service untill after configuration step, that could possibly help...

Any ideas?

Attaching some screenshots of an issue: 1__tmux

1__tmux