diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/cache.pp | 1 |
1 files changed, 0 insertions, 1 deletions
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'], |