# 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
###### 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.
# 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
# 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