From f07f74708d138f45efdff6c1a601e2002b091715 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 1 Jan 2014 15:41:38 -0200 Subject: Allow custom rtorrent.rc --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') 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'], } -- cgit v1.2.3