]> Frank Brehm's Git Trees - config/ns3/etc.git/commitdiff
committing changes in /etc made by "apt dist-upgrade -y"
authorFrank Brehm <frank@brehm-online.com>
Tue, 30 Aug 2022 10:53:29 +0000 (12:53 +0200)
committerFrank Brehm <frank@brehm-online.com>
Tue, 30 Aug 2022 10:53:29 +0000 (12:53 +0200)
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
salt/minion
salt/proxy

index 07bf2e9591ceb5e5df3672d2e4509d8719d53b37..17b3768267e3719d703bd1c83acbd65b8e1afe53 100644 (file)
 # 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.
 # 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
 #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.
index f4d2622683255962d7144604fe1f1d04ac3e0d9e..959cadae296b594871f5a639c05af0582c5b8539 100644 (file)
 
 # 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,
 # 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
 
 # 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.
 #  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
 # 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.
index c0eec84224dc73c6a4b2b0c86803fc50261622c2..47d6ac668dfbd8e554f0b1781d7202b1d79e35b7 100644 (file)
 #  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.
 # 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.