Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lonlone Lee
base
Commits
93a31001
Commit
93a31001
authored
May 19, 2014
by
Bill MacAllister
Browse files
Change the default rsyslog configuration to assume v7 syntax. Change
comments in remctl.pp and ssh.pp.
parent
7826c8ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
93a31001
release
/
003.026
(
2014
-
05
-
19
)
Change
the
default
rsyslog
configuration
to
assume
v7
syntax
.
(
whm
)
Update
comments
in
remctl
and
ssh
modules
.
(
rra
)
release
/
003.025
(
2014
-
05
-
12
)
Change
the
default
transport
for
rsyslog
v5
remote
syslog
message
...
...
manifests/syslog/config/rsyslog.pp
View file @
93a31001
...
...
@@ -46,7 +46,7 @@ define base::syslog::config::rsyslog(
$
replace
=
true
,
$
use_syslog_conf
=
false
,
$
use_default
=
true
,
$
use_v5
=
tru
e
,
$
use_v5
=
fals
e
,
)
{
if ($use_syslog_conf != 'true' and $use_syslog_conf != true) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment