]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Caching support (2)
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 18:06:10 +0000 (16:06 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 18:06:10 +0000 (16:06 -0200)
manifests/base.pp

index a11898049439793dd75e47efe23e2775af91f494..d47d1fad3b1d255702a3d5d4c5610b3af200907d 100644 (file)
@@ -11,7 +11,7 @@ class nginx::base {
   }
 
   # Caching
-  file { [ '/var/cache', '/var/cache/nginx' ]:
+  file { '/var/cache/nginx':
     ensure => directory,
   }