Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add datatype to 'listen.?' parameters
  • Loading branch information
kengelhardt-godaddy committed Apr 28, 2021
commit 911fb380c4e8ca6d3078be03ce63d97d0458d2a7
4 changes: 2 additions & 2 deletions manifests/fpm/pool.pp
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
$listen_owner = undef,
$listen_group = undef,
$listen_mode = undef,
$listen_acl_users = undef,
$listen_acl_groups = undef,
Optional[String[1]] $listen_acl_users = undef,
Optional[String[1]] $listen_acl_groups = undef,
$user = $php::fpm::config::user,
$group = $php::fpm::config::group,
Optional[String[1]] $apparmor_hat = undef,
Expand Down