From 6db46a05b1a118ec772950361671b14391d24dcb Mon Sep 17 00:00:00 2001 From: Kilian Engelhardt Date: Wed, 28 Apr 2021 22:36:19 +0200 Subject: [PATCH] add description to 'listen_acl_users' parameter Description copied from php-fpm configuration documentation at: https://www.php.net/manual/en/install.fpm.configuration.php --- manifests/fpm/pool.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/fpm/pool.pp b/manifests/fpm/pool.pp index cc5f558f..72a3a7a0 100644 --- a/manifests/fpm/pool.pp +++ b/manifests/fpm/pool.pp @@ -25,6 +25,9 @@ # [*listen_mode*] # # [*listen_acl_users*] +# When POSIX Access Control Lists are supported you can set them using this option. +# When set, listen.owner and listen.group are ignored. Value is a comma separated +# list of user names. # # [*user*] # The user that php-fpm should run as