diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 17:13:56 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 17:13:56 -0200 |
commit | ec6d6613f73d02b4cccd9f5da6c0ca31e76b0070 (patch) | |
tree | 61181378978542500e151789b47e7cf2586b1b95 | |
parent | fe0c1a484b8d4d51c709086835a1b71405733cff (diff) | |
download | puppet-nodo-ec6d6613f73d02b4cccd9f5da6c0ca31e76b0070.tar.gz puppet-nodo-ec6d6613f73d02b4cccd9f5da6c0ca31e76b0070.tar.bz2 |
Removing old download folder
-rw-r--r-- | manifests/personal.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/personal.pp b/manifests/personal.pp index f0860e4..856a460 100644 --- a/manifests/personal.pp +++ b/manifests/personal.pp @@ -36,11 +36,6 @@ class nodo::personal { mode => 0755, } - # Old download folder - file { "/var/data/download": - ensure => absent, - } - # Media cache file { "/var/cache/media": ensure => directory, |