]> gitweb.fluxo.info Git - puppet-pyroscope.git/commitdiff
Fixing symlink path
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Sep 2013 13:09:12 +0000 (10:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Sep 2013 13:09:12 +0000 (10:09 -0300)
manifests/init.pp

index d1d68c5910291a8728fb55713887447c23f0ec93..a41b11c2c681dac00fc04648c9f668663973751c 100644 (file)
@@ -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,