Skip to content
Snippets Groups Projects
Commit 420230b4 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

Enable rsyslog configuration by default

Changed the 'enable_rsyslog_config' variable from false to true
This should be the default behavior for all nodes unless explicitly turned off by the developer.
parent 4c9faf4a
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
sshpiper_dest_dir: "/opt/sshpiper" sshpiper_dest_dir: "/opt/sshpiper"
# rsyslog # rsyslog
enable_rsyslog_config: false enable_rsyslog_config: true
rsyslog_target: "*.* @master:514" rsyslog_target: "*.* @master:514"
# ssl certs # ssl certs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment