aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-01-01 15:41:38 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-01-01 15:41:38 -0200
commitf07f74708d138f45efdff6c1a601e2002b091715 (patch)
tree608ef0de42a3b733a574e438c48f0dc26a9e292e /manifests
parenta0fda5607504cc7bce53b0487e499742f209bc74 (diff)
downloadpuppet-pyroscope-f07f74708d138f45efdff6c1a601e2002b091715.tar.gz
puppet-pyroscope-f07f74708d138f45efdff6c1a601e2002b091715.tar.bz2
Allow custom rtorrent.rc
Diffstat (limited to 'manifests')
-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'],
}