syntax
authorStephen Gran <steve@lobefin.net>
Thu, 5 Apr 2012 11:23:11 +0000 (12:23 +0100)
committerStephen Gran <steve@lobefin.net>
Thu, 5 Apr 2012 11:23:11 +0000 (12:23 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin/manifests/init.pp

index 1ba4477..aa7dbdb 100644 (file)
@@ -10,7 +10,7 @@ class munin {
        }
 
        file { '/etc/munin/munin-node.conf':
-               content => template('munin/munin-node.conf.erb')
+               content => template('munin/munin-node.conf.erb'),
                require => Package['munin-node'],
                notify  => Service['munin-node'],
        }