Push out new template
[mirror/dsa-puppet.git] / 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"],
     }