aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-18 20:29:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-18 20:29:20 -0300
commit4871822eb770eefdb142ba2212064655842859d0 (patch)
tree8ed150f9927c849eea4332319d093a8ebc51eda9 /manifests
parent2665cdf664ea8b2d17f4c68fa43f59074661e033 (diff)
downloadpuppet-nodo-4871822eb770eefdb142ba2212064655842859d0.tar.gz
puppet-nodo-4871822eb770eefdb142ba2212064655842859d0.tar.bz2
Cleaning old torrent cache
Diffstat (limited to 'manifests')
-rw-r--r--manifests/personal.pp7
1 files changed, 1 insertions, 6 deletions
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,
}
}