diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-01 15:41:38 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-01 15:41:38 -0200 |
commit | f07f74708d138f45efdff6c1a601e2002b091715 (patch) | |
tree | 608ef0de42a3b733a574e438c48f0dc26a9e292e /manifests | |
parent | a0fda5607504cc7bce53b0487e499742f209bc74 (diff) | |
download | puppet-pyroscope-f07f74708d138f45efdff6c1a601e2002b091715.tar.gz puppet-pyroscope-f07f74708d138f45efdff6c1a601e2002b091715.tar.bz2 |
Allow custom rtorrent.rc
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
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'], } |