Push out new template
authorStephen Gran <steve@lobefin.net>
Sat, 16 May 2009 09:24:14 +0000 (10:24 +0100)
committerStephen Gran <steve@lobefin.net>
Sat, 16 May 2009 09:24:14 +0000 (10:24 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/samhain/manifests/init.pp

index c4a466e..54fd06f 100644 (file)
@@ -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"],
     }