From 98084fe27d72ced18fbf86d63be56d91d59d8852 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Thu, 5 Apr 2012 12:23:11 +0100 Subject: [PATCH 1/1] syntax Signed-off-by: Stephen Gran --- modules/munin/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/munin/manifests/init.pp b/modules/munin/manifests/init.pp index 1ba4477a0..aa7dbdbf3 100644 --- a/modules/munin/manifests/init.pp +++ b/modules/munin/manifests/init.pp @@ -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'], } -- 2.20.1