aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-04 23:48:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-04 23:48:34 -0300
commitf570f1e72a76d2e5bfdf6563d1d0b08d1e6201a7 (patch)
treeb9d6bcd85cf08591e50ca08f760438672f7f47a3 /manifests
parent51363211c34f76fcb34abd75f56234573f5eb60a (diff)
downloadpuppet-pyroscope-f570f1e72a76d2e5bfdf6563d1d0b08d1e6201a7.tar.gz
puppet-pyroscope-f570f1e72a76d2e5bfdf6563d1d0b08d1e6201a7.tar.bz2
Oops
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 988c5ae..d1d68c5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -78,10 +78,10 @@ class pyroscope(
}
file { '/var/cache/torrent/rtorrent/.rtorrent.rc':
- ensure => '/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''],
+ require => File['/var/cache/torrent/rtorrent/rtorrent.rc'],
}
file { '/var/cache/torrent/rtorrent/start':