From: Frank Brehm Date: Thu, 21 Dec 2023 11:27:32 +0000 (+0100) Subject: committing changes in /etc made by "/usr/bin/python3 /usr/bin/nala upgrade --purge" X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1b619afc4e756e52a65a6abfef02b0117e36121c;p=config%2Fns1%2Fetc.git committing changes in /etc made by "/usr/bin/python3 /usr/bin/nala upgrade --purge" Packages with configuration changes: -salt-minion 3006.4 amd64 +salt-minion 3006.5 amd64 Package changes: -ghostscript 10.0.0~dfsg-11+deb12u2 amd64 +ghostscript 10.0.0~dfsg-11+deb12u3 amd64 -libgs-common 10.0.0~dfsg-11+deb12u2 all -libgs10 10.0.0~dfsg-11+deb12u2 amd64 -libgs10-common 10.0.0~dfsg-11+deb12u2 all +libgs-common 10.0.0~dfsg-11+deb12u3 all +libgs10 10.0.0~dfsg-11+deb12u3 amd64 +libgs10-common 10.0.0~dfsg-11+deb12u3 all -linux-image-amd64 6.1.66-1 amd64 +linux-image-6.1.0-16-amd64 6.1.67-1 amd64 +linux-image-amd64 6.1.67-1 amd64 -salt-common 3006.4 amd64 -salt-minion 3006.4 amd64 +salt-common 3006.5 amd64 +salt-minion 3006.5 amd64 --- diff --git a/.etckeeper b/.etckeeper index 18c35a0..b1e313a 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2005,9 +2005,7 @@ maybe chmod 0644 'logrotate.d/fail2ban' maybe chmod 0644 'logrotate.d/icinga2' maybe chmod 0644 'logrotate.d/postgresql-common' maybe chmod 0644 'logrotate.d/rsyslog' -maybe chmod 0755 'logrotate.d/salt' maybe chmod 0644 'logrotate.d/salt-common' -maybe chmod 0644 'logrotate.d/salt/salt-common.logrotate' maybe chmod 0644 'logrotate.d/ulogd2' maybe chmod 0644 'logrotate.d/wtmp' maybe chmod 0755 'logwatch' diff --git a/logrotate.d/salt/salt-common.logrotate b/logrotate.d/salt/salt-common.logrotate deleted file mode 100644 index 1bc063e..0000000 --- a/logrotate.d/salt/salt-common.logrotate +++ /dev/null @@ -1,50 +0,0 @@ -/var/log/salt/master { - weekly - missingok - rotate 7 - compress - notifempty - create 0640 salt salt -} - -/var/log/salt/minion { - weekly - missingok - rotate 7 - compress - notifempty -} - -/var/log/salt/key { - weekly - missingok - rotate 7 - compress - notifempty - create 0640 salt salt -} - -/var/log/salt/api { - weekly - missingok - rotate 7 - compress - notifempty - create 0640 salt salt -} - -/var/log/salt/syndic { - weekly - missingok - rotate 7 - compress - notifempty -} - -/var/log/salt/proxy { - weekly - missingok - rotate 7 - compress - notifempty -} diff --git a/salt/minion b/salt/minion index eeef626..a54f165 100644 --- a/salt/minion +++ b/salt/minion @@ -809,7 +809,7 @@ # One of 'garbage', 'trace', 'debug', 'info', 'warning', 'error', 'critical'. # # The following log levels are considered INSECURE and may log sensitive data: -# ['garbage', 'trace', 'debug'] +# ['profile', 'garbage', 'trace', 'debug', 'all'] # # Default: 'warning' #log_level: warning diff --git a/salt/proxy b/salt/proxy index 47d6ac6..0cfe7b1 100644 --- a/salt/proxy +++ b/salt/proxy @@ -545,7 +545,7 @@ # One of 'garbage', 'trace', 'debug', 'info', 'warning', 'error', 'critical'. # # The following log levels are considered INSECURE and may log sensitive data: -# ['garbage', 'trace', 'debug'] +# ['profile', 'garbage', 'trace', 'debug', 'all'] # # Default: 'warning' #log_level: warning