Skip to content

Commit

Permalink
Prevent creation of pid file directory if not used
Browse files Browse the repository at this point in the history
  • Loading branch information
TuningYourCode committed Jul 23, 2020
1 parent 00e2a5f commit 2ddfaf7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions manifests/fpm/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@
mode => '0644',
}

ensure_resource('file', ['/var/run/php-fpm/', '/var/log/php-fpm/'], {
ensure => directory,
owner => $user,
group => $group,
})

file { $pool_base_dir:
ensure => directory,
owner => root,
Expand Down

0 comments on commit 2ddfaf7

Please sign in to comment.