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:
c2541d3
)
syslog: fix longstanding hostname typo
author
Julien Cristau
<jcristau@debian.org>
Fri, 15 Mar 2019 10:14:37 +0000
(11:14 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Fri, 15 Mar 2019 10:15:59 +0000
(11:15 +0100)
Looks like this has been around since
d6761ce0180c2b4ac9f90e744fa34416ee68ae48
in 2013.
modules/syslog_ng/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/syslog_ng/manifests/init.pp
b/modules/syslog_ng/manifests/init.pp
index
3489fb4
..
c6d2052
100644
(file)
--- a/
modules/syslog_ng/manifests/init.pp
+++ b/
modules/syslog_ng/manifests/init.pp
@@
-23,7
+23,7
@@
class syslog_ng {
source => 'puppet:///modules/syslog_ng/syslog-ng.logrotate',
require => Package['syslog-ng']
}
- if $::hostname in [lott
y
,lully,loghost-grnet-01,loghost-osuosl-01] {
+ if $::hostname in [lott
i
,lully,loghost-grnet-01,loghost-osuosl-01] {
file { '/etc/logrotate.d/syslog-ng-loggers':
source => 'puppet:///modules/syslog_ng/syslog-ng.logrotate.loggers',
require => Package['syslog-ng']