From 03d6a24c7ca9cebec70399ce6a6e18223e8ae0db Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 16 May 2009 10:24:14 +0100 Subject: [PATCH] Push out new template Signed-off-by: Stephen Gran --- modules/samhain/manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/samhain/manifests/init.pp b/modules/samhain/manifests/init.pp index c4a466e40..54fd06ff1 100644 --- a/modules/samhain/manifests/init.pp +++ b/modules/samhain/manifests/init.pp @@ -3,8 +3,7 @@ class samhain { package { samhain: ensure => installed } file { "/etc/samhain/samhainrc": - source => [ "puppet:///samhain/per-host/$fqdn/samhainrc", - "puppet:///samhain/common/samhainrc" ], + content => template("samhain/samhainrc.erb"), require => Package["samhain"], notify => Exec["samhain reload"], } -- 2.20.1