Skip to content

Commit

Permalink
Add logs files paths for manager in Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
rshad committed Mar 24, 2020
1 parent cd60bb4 commit 5bde8e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifests/params_manager.pp
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,10 @@
$ossec_service_provider = undef
$api_service_provider = undef
$default_local_files = [
{ 'location' => '/var/log/syslog' , 'log_format' => 'syslog'},
{ 'location' => '/var/log/dpkg.log', 'log_format' => 'syslog'},
{ 'location' => '/var/log/syslog' , 'log_format' => 'syslog' },
{ 'location' => '/var/log/dpkg.log', 'log_format' => 'syslog' },
{ 'location' => '/var/log/kern.log', 'log_format' => 'syslog' },
{ 'location' => '/var/log/auth.log', 'log_format' => 'syslog' },
{ 'location' => '/var/ossec/logs/active-responses.log', 'log_format' => 'syslog'},
]
case $::lsbdistcodename {
Expand Down

0 comments on commit 5bde8e3

Please sign in to comment.