From: Silvio Rhatto Date: Mon, 23 Jan 2012 15:44:38 +0000 (-0200) Subject: New torrent cache X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=36257396dca0e9e0b14b3db620d186f278432780;p=puppet-nodo.git New torrent cache --- diff --git a/manifests/personal.pp b/manifests/personal.pp index 239e8d2..54685a6 100644 --- a/manifests/personal.pp +++ b/manifests/personal.pp @@ -30,9 +30,16 @@ class nodo::personal { mode => 0755, } - # Torrent cache + # Old torrent cache file { "/var/cache/torrent": ensure => directory, mode => 0755, + ensure => absent, + } + + # Torrent cache + file { "/var/cache/torrents": + ensure => directory, + mode => 0755, } }