]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Cleaning old torrent cache
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Aug 2012 23:29:20 +0000 (20:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Aug 2012 23:29:20 +0000 (20:29 -0300)
manifests/personal.pp

index 916d0cd34ef078ef20ecdeac16d5742916fd7777..0b48e66cd4e3df16e925fff5455c9e505900fd38 100644 (file)
@@ -32,14 +32,9 @@ class nodo::personal {
   }
 
   # Old torrent cache
-  file { "/var/cache/torrent":
-    mode   => 0755,
-    ensure => absent,
-  }
-
-  # Torrent cache
   file { "/var/cache/torrents":
     ensure => directory,
+    ensure => absent,
     mode   => 0755,
   }
 }