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 24, 2020
1 parent 00e2a5f commit 5448f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/fpm/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
mode => '0644',
}

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

0 comments on commit 5448f8e

Please sign in to comment.