Skip to content

Commit 911fb38

Browse files
add datatype to 'listen.?' parameters
1 parent e42458d commit 911fb38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/fpm/pool.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
$listen_owner = undef,
137137
$listen_group = undef,
138138
$listen_mode = undef,
139-
$listen_acl_users = undef,
140-
$listen_acl_groups = undef,
139+
Optional[String[1]] $listen_acl_users = undef,
140+
Optional[String[1]] $listen_acl_groups = undef,
141141
$user = $php::fpm::config::user,
142142
$group = $php::fpm::config::group,
143143
Optional[String[1]] $apparmor_hat = undef,

0 commit comments

Comments
 (0)