aboutsummaryrefslogtreecommitdiff
path: root/manifests/personal.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-01-23 13:44:38 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-01-23 13:44:38 -0200
commit36257396dca0e9e0b14b3db620d186f278432780 (patch)
tree9b02a14b3a0af2efe2502d1ecc84aef20110ba53 /manifests/personal.pp
parentebff7ab87108536c2a53a3785fa031e42dbe4d80 (diff)
downloadpuppet-nodo-36257396dca0e9e0b14b3db620d186f278432780.tar.gz
puppet-nodo-36257396dca0e9e0b14b3db620d186f278432780.tar.bz2
New torrent cache
Diffstat (limited to 'manifests/personal.pp')
-rw-r--r--manifests/personal.pp9
1 files changed, 8 insertions, 1 deletions
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,
}
}