From e84141994fee6b80d73d25b338bb0f12a4b74e63 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 30 Aug 2022 12:53:29 +0200 Subject: [PATCH] committing changes in /etc made by "apt dist-upgrade -y" Packages with configuration changes: -salt-master 3004.2+ds-1 all -salt-minion 3004.2+ds-1 all +salt-master 3005+ds-1 all +salt-minion 3005+ds-1 all Package changes: -fb-tools 2.0.1+deb11 all +fb-tools 2.0.2+deb11 all -libxslt1.1 1.1.34-4 amd64 +libxslt1.1 1.1.34-4+deb11u1 amd64 -python3-fb-tools 2.0.1+deb11 all +python3-fb-tools 2.0.2+deb11 all -salt-common 3004.2+ds-1 all -salt-master 3004.2+ds-1 all -salt-minion 3004.2+ds-1 all -salt-ssh 3004.2+ds-1 all +salt-common 3005+ds-1 all +salt-master 3005+ds-1 all +salt-minion 3005+ds-1 all +salt-ssh 3005+ds-1 all -tzdata 2021a-1+deb11u4 all +tzdata 2021a-1+deb11u5 all -zlib1g 1:1.2.11.dfsg-2+deb11u1 amd64 -zlib1g-dev 1:1.2.11.dfsg-2+deb11u1 amd64 +zlib1g 1:1.2.11.dfsg-2+deb11u2 amd64 +zlib1g-dev 1:1.2.11.dfsg-2+deb11u2 amd64 --- salt/master | 19 ++++++++++++------- salt/minion | 28 +++++++++++++++++++--------- salt/proxy | 16 ++++++++-------- 3 files changed, 39 insertions(+), 24 deletions(-) diff --git a/salt/master b/salt/master index 07bf2e9..17b3768 100644 --- a/salt/master +++ b/salt/master @@ -639,6 +639,14 @@ # will be shown for each state run. #state_output_profile: True +# The state_output_pct setting changes whether success and failure information +# as a percent of total actions will be shown for each state run. +#state_output_pct: False + +# The state_compress_ids setting aggregates information about states which have +# multiple "names" under the same state ID in the highstate output. +#state_compress_ids: False + # Automatically aggregate all states that have support for mod_aggregate by # setting to 'True'. Or pass a list of state module names to automatically # aggregate just those types. @@ -762,13 +770,6 @@ # files on the Master will not be returned to the Minion. #fileserver_ignoresymlinks: True # -# By default, the Salt fileserver recurses fully into all defined environments -# to attempt to find files. To limit this behavior so that the fileserver only -# traverses directories with SLS files and special Salt directories like _modules, -# enable the option below. This might be useful for installations where a file root -# has a very large number of files and performance is impacted. Default is False. -# fileserver_limit_traversal: False -# # The fileserver can fire events off every time the fileserver is updated, # these are disabled by default, but can be easily turned on by setting this # flag to True @@ -876,6 +877,10 @@ #decrypt_pillar_renderers: # - gpg +# If this is `True` and the ciphertext could not be decrypted, then an error is +# raised. +#gpg_decrypt_must_succeed: False + # The ext_pillar_first option allows for external pillar sources to populate # before file system pillar. This allows for targeting file system pillar from # ext_pillar. diff --git a/salt/minion b/salt/minion index f4d2622..959cada 100644 --- a/salt/minion +++ b/salt/minion @@ -271,7 +271,7 @@ # To auto recover minions if master changes IP address (DDNS) # auth_tries: 10 -# auth_safemode: False +# auth_safemode: True # ping_interval: 2 # # Minions won't know master is missing until a ping fails. After the ping fail, @@ -370,6 +370,12 @@ # If the value is set to zero, this check is disabled. #grains_refresh_every: 1 +# The grains_refresh_pre_exec setting allows for a minion to check its grains +# prior to the execution of any operation to see if they have changed and, if +# so, to inform the master of the new grains. This operation is moderately +# expensive, therefore care should be taken before enabling this behavior. +#grains_refresh_pre_exec: False + # Cache grains on the minion. Default is False. #grains_cache: False @@ -638,14 +644,6 @@ # files on the Master will not be returned to the Minion. #fileserver_ignoresymlinks: True # -# By default, the Salt fileserver recurses fully into all defined environments -# to attempt to find files. To limit this behavior so that the fileserver only -# traverses directories with SLS files and special Salt directories like _modules, -# enable the option below. This might be useful for installations where a file root -# has a very large number of files and performance is negatively impacted. Default -# is False. -#fileserver_limit_traversal: False - # The hash_type is the hash to use when discovering the hash of a file on # the local fileserver. The default is sha256, but md5, sha1, sha224, sha384 # and sha512 are also supported. @@ -664,6 +662,10 @@ # base: # - /srv/pillar +# If this is `True` and the ciphertext could not be decrypted, then an error is +# raised. +#gpg_decrypt_must_succeed: False + # Set a hard-limit on the size of the files that can be pushed to the master. # It will be interpreted as megabytes. Default: 100 #file_recv_max_size: 100 @@ -709,6 +711,14 @@ # will be shown for each state run. #state_output_profile: True +# The state_output_pct setting changes whether success and failure information +# as a percent of total actions will be shown for each state run. +#state_output_pct: False + +# The state_compress_ids setting aggregates information about states which have +# multiple "names" under the same state ID in the highstate output. +#state_compress_ids: False + # Fingerprint of the master public key to validate the identity of your Salt master # before the initial key exchange. The master fingerprint can be found by running # "salt-key -f master.pub" on the Salt master. diff --git a/salt/proxy b/salt/proxy index c0eec84..47d6ac6 100644 --- a/salt/proxy +++ b/salt/proxy @@ -447,14 +447,6 @@ # base: # - /srv/salt -# By default, the Salt fileserver recurses fully into all defined environments -# to attempt to find files. To limit this behavior so that the fileserver only -# traverses directories with SLS files and special Salt directories like _modules, -# enable the option below. This might be useful for installations where a file root -# has a very large number of files and performance is negatively impacted. Default -# is False. -#fileserver_limit_traversal: False - # The hash_type is the hash to use when discovering the hash of a file in # the local fileserver. The default is sha256 but sha224, sha384 and sha512 # are also supported. @@ -514,6 +506,14 @@ # will be shown for each state run. #state_output_profile: True +# The state_output_pct setting changes whether success and failure information +# as a percent of total actions will be shown for each state run. +#state_output_pct: False + +# The state_compress_ids setting aggregates information about states which have +# multiple "names" under the same state ID in the highstate output. +#state_compress_ids: False + # Fingerprint of the master public key to validate the identity of your Salt master # before the initial key exchange. The master fingerprint can be found by running # "salt-key -F master" on the Salt master. -- 2.39.5