]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 18:26:39 +0000 (16:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 18:26:39 +0000 (16:26 -0200)
manifests/cache.pp

index 6ba44649fe51dd9dc61855923ba83b39f5cc309b..f7bb25ee89002addc84c128574c4b98a14ab6bed 100644 (file)
@@ -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'],