Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
teluq-pbrideau committed Nov 14, 2022
1 parent e460931 commit 1c38720
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -407,25 +407,25 @@
add_listen => true,
directories => [
merge(
merge( {
merge({
path => '/usr/share/zabbix',
provider => 'directory',
}, $directory_allow),
$fcgi_filematch
),
merge( {
merge({
path => '/usr/share/zabbix/conf',
provider => 'directory',
}, $directory_deny),
merge( {
merge({
path => '/usr/share/zabbix/api',
provider => 'directory',
}, $directory_deny),
merge( {
merge({
path => '/usr/share/zabbix/include',
provider => 'directory',
}, $directory_deny),
merge( {
merge({
path => '/usr/share/zabbix/include/classes',
provider => 'directory',
}, $directory_deny),
Expand Down

0 comments on commit 1c38720

Please sign in to comment.