diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-04 23:46:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-04 23:46:57 -0300 |
commit | 51363211c34f76fcb34abd75f56234573f5eb60a (patch) | |
tree | 811da8ed3c2a247a88ff6a14bcdd3ca7bff8e538 /manifests | |
parent | d8d1f447a1e1c903aa40cadc95d0ae49784fa33c (diff) | |
download | puppet-pyroscope-51363211c34f76fcb34abd75f56234573f5eb60a.tar.gz puppet-pyroscope-51363211c34f76fcb34abd75f56234573f5eb60a.tar.bz2 |
Symlinking rtorrent.rc
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index c6ab0f8..988c5ae 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -77,6 +77,13 @@ class pyroscope( require => File['/var/cache/torrent/rtorrent'], } + file { '/var/cache/torrent/rtorrent/.rtorrent.rc': + ensure => '/var/cache/torrent/rtorrent/rtorrent.rc'' + owner => torrent, + group => torrent, + require => File['/var/cache/torrent/rtorrent/rtorrent.rc''], + } + file { '/var/cache/torrent/rtorrent/start': ensure => present, owner => torrent, |