diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-26 16:26:39 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-26 16:26:39 -0200 |
commit | 6d88e94b25af7d4585ba70e0469eb1c5945b2b25 (patch) | |
tree | 7a8d0018fd96982af2c6279f7ef15b4a2a0ca034 /manifests | |
parent | c47bdf99ed9eda4821dedac1b6bc1c12a00599cb (diff) | |
download | puppet-nginx-6d88e94b25af7d4585ba70e0469eb1c5945b2b25.tar.gz puppet-nginx-6d88e94b25af7d4585ba70e0469eb1c5945b2b25.tar.bz2 |
Minor fix
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'], |