From 6d88e94b25af7d4585ba70e0469eb1c5945b2b25 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Oct 2015 16:26:39 -0200 Subject: Minor fix --- manifests/cache.pp | 1 - 1 file changed, 1 deletion(-) 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'], -- cgit v1.2.3