From 36257396dca0e9e0b14b3db620d186f278432780 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Jan 2012 13:44:38 -0200 Subject: New torrent cache --- manifests/personal.pp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'manifests/personal.pp') 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, } } -- cgit v1.2.3