Try to ignore all of /etc/bind/geodns
[mirror/dsa-puppet.git] / modules / samhain / manifests / init.pp
index 5a56fbe..54fd06f 100644 (file)
@@ -1,18 +1,15 @@
 class samhain {
 
-    package { samhain: ensure => latest }
+    package { samhain: ensure => installed }
 
     file { "/etc/samhain/samhainrc":
-        owner   => root,
-        group   => root,
-        mode    => 444,
-        source  => "puppet:///samhain/samhainrc",
+        content => template("samhain/samhainrc.erb"),
         require => Package["samhain"],
         notify  => Exec["samhain reload"],
     }
 
     exec { "samhain reload":
-        path        => "/etc/init.d/",
+        path        => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
         refreshonly => true,
     }
 }