From: Frank Brehm Date: Sun, 31 Oct 2021 08:59:55 +0000 (+0100) Subject: committing changes in /etc made by "apt dist-upgrade -y" X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=2582a5cbfc6b0665281dc0cded9def5e2cb6662e;p=config%2Fns1%2Fetc.git committing changes in /etc made by "apt dist-upgrade -y" Packages with configuration changes: -salt-minion 3003.2+ds-1 all +salt-minion 3004+ds-1 all Package changes: -salt-common 3003.2+ds-1 all -salt-minion 3003.2+ds-1 all +salt-common 3004+ds-1 all +salt-minion 3004+ds-1 all --- diff --git a/salt/minion b/salt/minion index b87397e..f4d2622 100644 --- a/salt/minion +++ b/salt/minion @@ -509,7 +509,7 @@ # templating on the SLS file, and then load the result as YAML. This syntax is # documented in further depth at the following URL: # -# https://docs.saltstack.com/en/latest/ref/renderers/#composing-renderers +# https://docs.saltproject.io/en/latest/ref/renderers/#composing-renderers # # NOTE: The "shebang" prefix (e.g. "#!jinja|yaml") described in the # documentation linked above is for use in an SLS file to override the default @@ -732,7 +732,7 @@ ###### Reactor Settings ##### ########################################### -# Define a salt reactor. See https://docs.saltstack.com/en/latest/topics/reactor/ +# Define a salt reactor. See https://docs.saltproject.io/en/latest/topics/reactor/ #reactor: [] #Set the TTL for the cache of the reactor configuration. diff --git a/salt/proxy b/salt/proxy index 757941e..c0eec84 100644 --- a/salt/proxy +++ b/salt/proxy @@ -7,10 +7,10 @@ # not be set in the config. If there is no blank line after the comment, the # value is presented as an example and is not the default. -# Per default the minion will automatically include all config files -# from minion.d/*.conf (minion.d is a directory in the same directory +# Per default the proxy minion will automatically include all config files +# from proxy.d/*.conf (proxy.d is a directory in the same directory # as the main minion config file). -#default_include: minion.d/*.conf +#default_include: proxy.d/*.conf # Backwards compatibility option for proxymodules created before 2015.8.2 # This setting will default to 'False' in the 2016.3.0 release @@ -361,7 +361,7 @@ # templating on the SLS file, and then load the result as YAML. This syntax is # documented in further depth at the following URL: # -# https://docs.saltstack.com/en/latest/ref/renderers/#composing-renderers +# https://docs.saltproject.io/en/latest/ref/renderers/#composing-renderers # # NOTE: The "shebang" prefix (e.g. "#!jinja|yaml") described in the # documentation linked above is for use in an SLS file to override the default