Skip to content
Snippets Groups Projects
Commit 831ddf3e authored by Hans Persson's avatar Hans Persson
Browse files

Remove cleanup of log compression.

In 2016, we renamed a log compression script in order to differentiate
it usefully from a new one being added then. We also added code to
remove the script with the old name. It's now time to remove the
removal code.
parent cd76fb15
No related branches found
No related tags found
No related merge requests found
......@@ -229,8 +229,6 @@ class syslog::central_server
"${rootuser::homedir}/bin/compress-syslogs.sh":
source => 'puppet:///modules/main/syslog/compress-syslogs.sh',
owner => 'root', group => 'root', mode => '0555';
"${rootuser::homedir}/bin/compresslogs.sh": # Old name
ensure => absent;
"${rootuser::homedir}/bin/compress-auditlogs.sh":
source => 'puppet:///modules/main/syslog/compress-auditlogs.sh',
owner => 'root', group => 'root', mode => '0555';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment