From: Silvio Rhatto Date: Wed, 1 Jan 2014 17:41:38 +0000 (-0200) Subject: Allow custom rtorrent.rc X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f07f74708d138f45efdff6c1a601e2002b091715;p=puppet-pyroscope.git Allow custom rtorrent.rc --- diff --git a/manifests/init.pp b/manifests/init.pp index a41b11c..48c9e2b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -73,7 +73,8 @@ class pyroscope( owner => torrent, group => torrent, mode => 0644, - source => 'puppet:///modules/pyroscope/rtorrent.rc', + source => [ 'puppet:///modules/site_pyroscope/rtorrent.rc', + 'puppet:///modules/pyroscope/rtorrent.rc', ], require => File['/var/cache/torrent/rtorrent'], }