]> gitweb.fluxo.info Git - puppet-pyroscope.git/commitdiff
Allow custom rtorrent.rc
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Jan 2014 17:41:38 +0000 (15:41 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Jan 2014 17:41:38 +0000 (15:41 -0200)
manifests/init.pp

index a41b11c2c681dac00fc04648c9f668663973751c..48c9e2b2fb03518eac6643fedb5c5608e06ff080 100644 (file)
@@ -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'],
   }