aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
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'],
}