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:
a275564
)
path fix
author
Stephen Gran
<steve@lobefin.net>
Tue, 22 Sep 2009 22:10:42 +0000
(23:10 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 22 Sep 2009 22:10:42 +0000
(23:10 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
78e7384
..
c58c8d9
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-77,7
+77,7
@@
class debian-org {
;
"/etc/syslog-ng/syslog-ng.conf":
- content => template("syslog-ng.conf"),
+ content => template("syslog-ng.conf
.erb
"),
require => Package["syslog-ng"],
notify => Exec["syslog-ng reload"],
;