From 4e0d9b74b22cb01f25508dd565494d28f5900334 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 23 May 2024 16:57:49 +0200 Subject: [PATCH] committing changes in /etc made by "/usr/bin/python3 /usr/bin/nala upgrade --purge -y" Packages with configuration changes: -salt-minion 3007.0 amd64 +salt-minion 3007.1 amd64 Package changes: -salt-common 3007.0 amd64 -salt-minion 3007.0 amd64 +salt-common 3007.1 amd64 +salt-minion 3007.1 amd64 --- salt/minion | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/salt/minion b/salt/minion index 09d2cb6..38f9281 100644 --- a/salt/minion +++ b/salt/minion @@ -171,7 +171,6 @@ # asynchronously, however, it still adds 5 seconds every time grains are # generated if an IP does not resolve. In Windows grains are regenerated each # time a new process is spawned. Therefore, the default for Windows is `False`. -# All other OSes default to `True` # On macOS, FQDN resolution can be very slow, therefore the default for macOS is # `False` as well. All other OSes default to `True` # enable_fqdns_grains: True @@ -272,9 +271,8 @@ #ping_interval: 0 # To auto recover minions if master changes IP address (DDNS) -# auth_tries: 10 -# auth_safemode: True -# ping_interval: 2 +# master_alive_interval: 10 +# master_tries: -1 # # Minions won't know master is missing until a ping fails. After the ping fail, # the minion will attempt authentication and likely fails out and cause a restart. @@ -811,7 +809,7 @@ master_finger: '5e:63:a2:13:40:08:32:5f:70:6c:92:5c:9c:d5:d6:1c:4c:4e:79:d7:61:9 # 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 -- 2.39.5