We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42458d commit 911fb38Copy full SHA for 911fb38
manifests/fpm/pool.pp
@@ -136,8 +136,8 @@
136
$listen_owner = undef,
137
$listen_group = undef,
138
$listen_mode = undef,
139
- $listen_acl_users = undef,
140
- $listen_acl_groups = undef,
+ Optional[String[1]] $listen_acl_users = undef,
+ Optional[String[1]] $listen_acl_groups = undef,
141
$user = $php::fpm::config::user,
142
$group = $php::fpm::config::group,
143
Optional[String[1]] $apparmor_hat = undef,
0 commit comments