File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2424#
2525# [*listen_mode*]
2626#
27+ # [*listen_acl_users*]
28+ #
2729# [*user*]
2830# The user that php-fpm should run as
2931#
128130 $listen_owner = undef ,
129131 $listen_group = undef ,
130132 $listen_mode = undef ,
133+ $listen_acl_users = undef ,
131134 $user = $php::fpm::config::user,
132135 $group = $php::fpm::config::group,
133136 Optional[String[1]] $apparmor_hat = undef ,
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ listen.mode = <%= @listen_mode %>
3838<% else -%>
3939;listen.mode = 0660
4040<% end -%>
41+ <% if @listen_acl_users -%>
42+ listen.acl_users = <%= @listen_acl_users %>
43+ <% end -%>
4144
4245; Unix user/group of processes
4346; Note: The user is mandatory. If the group is not set, the default user's group
You can’t perform that action at this time.
0 commit comments