File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- # file is managed by puppet
1
+ #
2
+ # File is managed by puppet
3
+ #
4
+ $MaxMessageSize <%= scope.lookupvar('rsyslog::max_message_size') %>
2
5
<% if scope.lookupvar('rsyslog::preserve_fqdn') -%>
3
6
$PreserveFQDN on
4
7
<% end -%>
5
8
<% if scope.lookupvar('rsyslog::local_host_name') and scope.lookupvar('rsyslog::local_host_name') != :undef -%>
6
9
$LocalHostName <%= scope.lookupvar('rsyslog::local_host_name') %>
7
10
<% end -%>
11
+
8
12
#################
9
13
#### MODULES ####
10
14
#################
@@ -21,11 +25,6 @@ $KLogPermitNonKernelFacility on
21
25
###########################
22
26
#### GLOBAL DIRECTIVES ####
23
27
###########################
24
- #
25
- # Set max message size for sending and receiving
26
- #
27
- $MaxMessageSize <%= scope.lookupvar('rsyslog::max_message_size') %>
28
-
29
28
#
30
29
# Set rate limit for messages received.
31
30
#
You can’t perform that action at this time.
0 commit comments