Skip to content

Commit

Permalink
fix logrotate
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Oct 16, 2019
1 parent e4eadce commit 8e3d34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

logrotate::logs { 'audit':
ensure => 'present',
log => [ '/var/log/audit/audit.log' ],
log => [ "${log_dir}/audit.log" ],
rotate => $logrotate_rotate,
compress => $logrotate_compress,
missingok => $logrotate_missingok,
Expand Down

0 comments on commit 8e3d34b

Please sign in to comment.