diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-27 01:40:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-27 01:40:21 -0200 |
commit | 7bb756fe5f5cc319e966ef3b8779a2359be0ebf2 (patch) | |
tree | 1f7fcbdec9cfdfdc551e8908866e28b3bb20cd7a | |
parent | f7da3cd1c79c8bcecc08bd6831d8d56cc051fe8c (diff) | |
download | puppet-nodo-7bb756fe5f5cc319e966ef3b8779a2359be0ebf2.tar.gz puppet-nodo-7bb756fe5f5cc319e966ef3b8779a2359be0ebf2.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/personal.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/personal.pp b/manifests/personal.pp index 54685a6..d2be8a3 100644 --- a/manifests/personal.pp +++ b/manifests/personal.pp @@ -32,7 +32,6 @@ class nodo::personal { # Old torrent cache file { "/var/cache/torrent": - ensure => directory, mode => 0755, ensure => absent, } |