Skip to content

Commit 283b9ae

Browse files
committed
fpm::pool: add data type for apparmor_hat param
1 parent 54d170e commit 283b9ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/fpm/pool.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
$listen_mode = undef,
131131
$user = $php::fpm::config::user,
132132
$group = $php::fpm::config::group,
133-
$apparmor_hat = undef,
133+
Optional[String] $apparmor_hat = undef,
134134
$pm = 'dynamic',
135135
$pm_max_children = '50',
136136
$pm_start_servers = '5',

0 commit comments

Comments
 (0)