From: Silvio Rhatto Date: Mon, 26 Oct 2015 18:36:21 +0000 (-0200) Subject: Cache: ownership X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a277d6dcee113e3ff67e8db3d1cc90d3db786532;p=puppet-nginx.git Cache: ownership --- diff --git a/manifests/cache.pp b/manifests/cache.pp index f7bb25e..bf0b145 100644 --- a/manifests/cache.pp +++ b/manifests/cache.pp @@ -1,6 +1,9 @@ class nginx::cache { file { '/var/cache/nginx': ensure => directory, + owner => 'www-data', + group => 'www-data', + mode => '0700', } file { '/etc/nginx/conf.d/cache.conf' :