From: Silvio Rhatto Date: Mon, 26 Oct 2015 18:26:39 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6d88e94b25af7d4585ba70e0469eb1c5945b2b25;p=puppet-nginx.git Minor fix --- diff --git a/manifests/cache.pp b/manifests/cache.pp index 6ba4464..f7bb25e 100644 --- a/manifests/cache.pp +++ b/manifests/cache.pp @@ -8,7 +8,6 @@ class nginx::cache { owner => 'root', group => 'root', mode => '0644', - content => template('/etc/puppet/templates/template'), content => "proxy_cache_path /var/cache/nginx/ levels=1:2 keys_zone=STATIC:10m inactive=24h max_size=1g;\n", require => File['/var/cache/nginx'], notify => Service['nginx'],