From: Silvio Rhatto Date: Sat, 18 Aug 2012 23:29:20 +0000 (-0300) Subject: Cleaning old torrent cache X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4871822eb770eefdb142ba2212064655842859d0;p=puppet-nodo.git Cleaning old torrent cache --- diff --git a/manifests/personal.pp b/manifests/personal.pp index 916d0cd..0b48e66 100644 --- a/manifests/personal.pp +++ b/manifests/personal.pp @@ -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, } }