projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91bbb28
)
Push out new template
author
Stephen Gran
<steve@lobefin.net>
Sat, 16 May 2009 09:24:14 +0000
(10:24 +0100)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/samhain/manifests/init.pp
b/modules/samhain/manifests/init.pp
index
c4a466e
..
54fd06f
100644
(file)
--- 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"],
}