aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-05 10:09:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-05 10:09:12 -0300
commita0fda5607504cc7bce53b0487e499742f209bc74 (patch)
tree35827a48ea04a98bf36d238dc2cb818a609b68fd
parentf570f1e72a76d2e5bfdf6563d1d0b08d1e6201a7 (diff)
downloadpuppet-pyroscope-a0fda5607504cc7bce53b0487e499742f209bc74.tar.gz
puppet-pyroscope-a0fda5607504cc7bce53b0487e499742f209bc74.tar.bz2
Fixing symlink path
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d1d68c5..a41b11c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -77,7 +77,7 @@ class pyroscope(
require => File['/var/cache/torrent/rtorrent'],
}
- file { '/var/cache/torrent/rtorrent/.rtorrent.rc':
+ file { '/var/cache/torrent/.rtorrent.rc':
ensure => '/var/cache/torrent/rtorrent/rtorrent.rc',
owner => torrent,
group => torrent,