From: Silvio Rhatto Date: Thu, 5 Sep 2013 13:09:12 +0000 (-0300) Subject: Fixing symlink path X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a0fda5607504cc7bce53b0487e499742f209bc74;p=puppet-pyroscope.git Fixing symlink path --- 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,