diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-05 10:09:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-05 10:09:12 -0300 |
commit | a0fda5607504cc7bce53b0487e499742f209bc74 (patch) | |
tree | 35827a48ea04a98bf36d238dc2cb818a609b68fd | |
parent | f570f1e72a76d2e5bfdf6563d1d0b08d1e6201a7 (diff) | |
download | puppet-pyroscope-a0fda5607504cc7bce53b0487e499742f209bc74.tar.gz puppet-pyroscope-a0fda5607504cc7bce53b0487e499742f209bc74.tar.bz2 |
Fixing symlink path
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index d1d68c5..a41b11c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -77,7 +77,7 @@ class pyroscope( require => File['/var/cache/torrent/rtorrent'], } - file { '/var/cache/torrent/rtorrent/.rtorrent.rc': + file { '/var/cache/torrent/.rtorrent.rc': ensure => '/var/cache/torrent/rtorrent/rtorrent.rc', owner => torrent, group => torrent, |