diff --git a/manifests/fpm/config.pp b/manifests/fpm/config.pp index c255a853..133c29bd 100644 --- a/manifests/fpm/config.pp +++ b/manifests/fpm/config.pp @@ -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,