mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add a few more nice to have hooks
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
de0070b713
commit
6c819439b5
889 changed files with 2220 additions and 2325 deletions
|
@ -14,4 +14,3 @@
|
||||||
"skipTitle": "Merge forward",
|
"skipTitle": "Merge forward",
|
||||||
"userBlacklist": ["cvrebert", "markusgattol", "olliewalsh", "basepi"]
|
"userBlacklist": ["cvrebert", "markusgattol", "olliewalsh", "basepi"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,50 @@
|
||||||
|
---
|
||||||
default_language_version:
|
default_language_version:
|
||||||
python: python3
|
python: python3
|
||||||
|
|
||||||
exclude: ^(doc/_static/.*|doc/_themes/.*)$
|
exclude: ^(doc/_static/.*|doc/_themes/.*)$
|
||||||
repos:
|
repos:
|
||||||
|
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
rev: v4.4.0
|
||||||
|
hooks:
|
||||||
|
- id: check-merge-conflict # Check for files that contain merge conflict strings.
|
||||||
|
- id: trailing-whitespace # Trims trailing whitespace.
|
||||||
|
args:
|
||||||
|
- --markdown-linebreak-ext=md
|
||||||
|
exclude: >
|
||||||
|
(?x)^(
|
||||||
|
pkg/macos/pkg-resources/.*\.rtf
|
||||||
|
)$
|
||||||
|
|
||||||
|
- id: mixed-line-ending # Replaces or checks mixed line ending.
|
||||||
|
args:
|
||||||
|
- --fix=lf
|
||||||
|
- id: end-of-file-fixer # Makes sure files end in a newline and only a newline.
|
||||||
|
- id: check-ast # Simply check whether files parse as valid python.
|
||||||
|
exclude: >
|
||||||
|
(?x)^(
|
||||||
|
templates/.*
|
||||||
|
)$
|
||||||
|
- id: check-case-conflict # Check for files with names that would conflict on a
|
||||||
|
# case-insensitive filesystem like MacOS HFS+ or Windows FAT.
|
||||||
|
- id: check-json # Attempts to load all json files to verify syntax.
|
||||||
|
- id: check-symlinks # Checks for symlinks which do not point to anything.
|
||||||
|
- id: debug-statements # Check for debugger imports and py37+ breakpoint() calls in python source.
|
||||||
|
exclude: >
|
||||||
|
(?x)^(
|
||||||
|
templates/.*
|
||||||
|
)$
|
||||||
|
- id: fix-byte-order-marker # removes UTF-8 byte order marker
|
||||||
|
- id: forbid-submodules # forbids any submodules in the repository.
|
||||||
|
- id: fix-encoding-pragma # Remove `# -*- coding: utf-8 -*-` from the top of python files.
|
||||||
|
args:
|
||||||
|
- --remove
|
||||||
|
exclude: >
|
||||||
|
(?x)^(
|
||||||
|
salt/ext/.*
|
||||||
|
)$
|
||||||
|
|
||||||
- repo: https://github.com/s0undt3ch/python-tools-scripts
|
- repo: https://github.com/s0undt3ch/python-tools-scripts
|
||||||
rev: "0.10.1"
|
rev: "0.10.1"
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
@ -30,4 +30,3 @@ guidelines for filing bug reports:
|
||||||
**SaltStack Support** - If you need dedicated, prioritized support, please
|
**SaltStack Support** - If you need dedicated, prioritized support, please
|
||||||
consider a SaltStack Support package that fits your needs:
|
consider a SaltStack Support package that fits your needs:
|
||||||
`<http://www.saltstack.com/support>`_
|
`<http://www.saltstack.com/support>`_
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
Adds __env__substitution to ext_pillar.stack; followup of #61531, improved exception handling for stacked template (jinja) template rendering and yaml parsing in ext_pillar.stack
|
Adds __env__substitution to ext_pillar.stack; followup of #61531, improved exception handling for stacked template (jinja) template rendering and yaml parsing in ext_pillar.stack
|
||||||
|
|
||||||
|
|
|
@ -47,4 +47,3 @@
|
||||||
- artifacts/
|
- artifacts/
|
||||||
- .kitchen/
|
- .kitchen/
|
||||||
expire_in: 6 months
|
expire_in: 6 months
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,3 @@
|
||||||
# sudo: True # Whether to sudo to root, not enabled by default
|
# sudo: True # Whether to sudo to root, not enabled by default
|
||||||
#web2:
|
#web2:
|
||||||
# host: 192.168.42.2
|
# host: 192.168.42.2
|
||||||
|
|
||||||
|
|
|
@ -283,4 +283,3 @@ vm.swappiness:
|
||||||
|
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,3 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
gource -1280x720 -s 0.5 --stop-at-end --hide filenames --highlight-all-users --file-filter po -a 5 --camera-mode overview --disable-progress --disable-bloom --output-ppm-stream - --output-framerate 30 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libvpx -b 10000K gource.webm
|
gource -1280x720 -s 0.5 --stop-at-end --hide filenames --highlight-all-users --file-filter po -a 5 --camera-mode overview --disable-progress --disable-bloom --output-ppm-stream - --output-framerate 30 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libvpx -b 10000K gource.webm
|
||||||
|
|
||||||
|
|
|
@ -272,4 +272,3 @@ Glossary
|
||||||
A master process which can send notices and receive replies from
|
A master process which can send notices and receive replies from
|
||||||
minions. *See also*:
|
minions. *See also*:
|
||||||
:conf_master:`worker_threads`.
|
:conf_master:`worker_threads`.
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,3 @@ minion id. See https://docs.python.org/3/library/fnmatch.html#module-fnmatch.
|
||||||
|
|
||||||
The target expression will be interpreted as a PCRE regular expression
|
The target expression will be interpreted as a PCRE regular expression
|
||||||
rather than a shell glob.
|
rather than a shell glob.
|
||||||
|
|
||||||
|
|
|
@ -433,4 +433,3 @@ For reference, see:
|
||||||
|
|
||||||
* `Netmiko Salt proxy module
|
* `Netmiko Salt proxy module
|
||||||
<https://docs.saltproject.io/en/latest/ref/proxy/all/salt.proxy.netmiko_px.html#module-salt.proxy.netmiko_px>`_
|
<https://docs.saltproject.io/en/latest/ref/proxy/all/salt.proxy.netmiko_px.html#module-salt.proxy.netmiko_px>`_
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.executors.direct_call
|
||||||
|
|
||||||
.. automodule:: salt.executors.direct_call
|
.. automodule:: salt.executors.direct_call
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.executors.docker
|
||||||
|
|
||||||
.. automodule:: salt.executors.docker
|
.. automodule:: salt.executors.docker
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.executors.splay
|
||||||
|
|
||||||
.. automodule:: salt.executors.splay
|
.. automodule:: salt.executors.splay
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.executors.sudo
|
||||||
|
|
||||||
.. automodule:: salt.executors.sudo
|
.. automodule:: salt.executors.sudo
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.executors.transactional_update module
|
||||||
|
|
||||||
.. automodule:: salt.executors.transactional_update
|
.. automodule:: salt.executors.transactional_update
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.arista_pyeapi
|
||||||
|
|
||||||
.. automodule:: salt.modules.arista_pyeapi
|
.. automodule:: salt.modules.arista_pyeapi
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.ciscoconfparse_mod
|
||||||
|
|
||||||
.. automodule:: salt.modules.ciscoconfparse_mod
|
.. automodule:: salt.modules.ciscoconfparse_mod
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.iosconfig
|
||||||
|
|
||||||
.. automodule:: salt.modules.iosconfig
|
.. automodule:: salt.modules.iosconfig
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.jira_mod
|
||||||
|
|
||||||
.. automodule:: salt.modules.jira_mod
|
.. automodule:: salt.modules.jira_mod
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.napalm_bgp
|
||||||
|
|
||||||
.. automodule:: salt.modules.napalm_bgp
|
.. automodule:: salt.modules.napalm_bgp
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.napalm_formula
|
||||||
|
|
||||||
.. automodule:: salt.modules.napalm_formula
|
.. automodule:: salt.modules.napalm_formula
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.napalm_mod
|
||||||
|
|
||||||
.. automodule:: salt.modules.napalm_mod
|
.. automodule:: salt.modules.napalm_mod
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.napalm_netacl
|
||||||
|
|
||||||
.. automodule:: salt.modules.napalm_netacl
|
.. automodule:: salt.modules.napalm_netacl
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.napalm_ntp
|
||||||
|
|
||||||
.. automodule:: salt.modules.napalm_ntp
|
.. automodule:: salt.modules.napalm_ntp
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,3 @@ salt.modules.napalm_route
|
||||||
.. automodule:: salt.modules.napalm_route
|
.. automodule:: salt.modules.napalm_route
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,3 @@ salt.modules.napalm_snmp
|
||||||
.. automodule:: salt.modules.napalm_snmp
|
.. automodule:: salt.modules.napalm_snmp
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,3 @@ salt.modules.napalm_users
|
||||||
.. automodule:: salt.modules.napalm_users
|
.. automodule:: salt.modules.napalm_users
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.netbox
|
||||||
|
|
||||||
.. automodule:: salt.modules.netbox
|
.. automodule:: salt.modules.netbox
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.netmiko_mod
|
||||||
|
|
||||||
.. automodule:: salt.modules.netmiko_mod
|
.. automodule:: salt.modules.netmiko_mod
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.nxos
|
||||||
|
|
||||||
.. automodule:: salt.modules.nxos
|
.. automodule:: salt.modules.nxos
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.nxos_api
|
||||||
|
|
||||||
.. automodule:: salt.modules.nxos_api
|
.. automodule:: salt.modules.nxos_api
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.parallels
|
||||||
|
|
||||||
.. automodule:: salt.modules.parallels
|
.. automodule:: salt.modules.parallels
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.pcs
|
||||||
|
|
||||||
.. automodule:: salt.modules.pcs
|
.. automodule:: salt.modules.pcs
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.peeringdb
|
||||||
|
|
||||||
.. automodule:: salt.modules.peeringdb
|
.. automodule:: salt.modules.peeringdb
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.scp
|
||||||
|
|
||||||
.. automodule:: salt.modules.scp_mod
|
.. automodule:: salt.modules.scp_mod
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -32,4 +32,3 @@ Execution Module Used for
|
||||||
:py:mod:`~salt.modules.upstart_service` Ubuntu-based distros using upstart
|
:py:mod:`~salt.modules.upstart_service` Ubuntu-based distros using upstart
|
||||||
:py:mod:`~salt.modules.win_service` Windows
|
:py:mod:`~salt.modules.win_service` Windows
|
||||||
========================================= ========================================
|
========================================= ========================================
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
====================
|
====================
|
||||||
salt.modules.suse_ip
|
salt.modules.suse_ip
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.modules.win_smtp_server
|
||||||
|
|
||||||
.. automodule:: salt.modules.win_smtp_server
|
.. automodule:: salt.modules.win_smtp_server
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.proxy.nxos
|
||||||
|
|
||||||
.. automodule:: salt.proxy.nxos
|
.. automodule:: salt.proxy.nxos
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.proxy.nxos_api
|
||||||
|
|
||||||
.. automodule:: salt.proxy.nxos_api
|
.. automodule:: salt.proxy.nxos_api
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -24,4 +24,3 @@ sdb modules
|
||||||
tism
|
tism
|
||||||
vault
|
vault
|
||||||
yaml
|
yaml
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.serializers.keyvalue
|
||||||
|
|
||||||
.. automodule:: salt.serializers.keyvalue
|
.. automodule:: salt.serializers.keyvalue
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.states.net_napalm_yang
|
||||||
|
|
||||||
.. automodule:: salt.states.net_napalm_yang
|
.. automodule:: salt.states.net_napalm_yang
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.states.netacl
|
||||||
|
|
||||||
.. automodule:: salt.states.netacl
|
.. automodule:: salt.states.netacl
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.states.netntp
|
||||||
|
|
||||||
.. automodule:: salt.states.netntp
|
.. automodule:: salt.states.netntp
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,3 @@ salt.states.netsnmp
|
||||||
.. automodule:: salt.states.netsnmp
|
.. automodule:: salt.states.netsnmp
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,3 @@ salt.states.netusers
|
||||||
.. automodule:: salt.states.netusers
|
.. automodule:: salt.states.netusers
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.states.nxos
|
||||||
|
|
||||||
.. automodule:: salt.states.nxos
|
.. automodule:: salt.states.nxos
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.states.pcs
|
||||||
|
|
||||||
.. automodule:: salt.states.pcs
|
.. automodule:: salt.states.pcs
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.states.probes
|
||||||
|
|
||||||
.. automodule:: salt.states.probes
|
.. automodule:: salt.states.probes
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.states.win_smtp_server
|
||||||
|
|
||||||
.. automodule:: salt.states.win_smtp_server
|
.. automodule:: salt.states.win_smtp_server
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -91,4 +91,3 @@ needs to be defined. An exclude statement that verifies that the running
|
||||||
The current state processing flow checks for duplicate IDs before
|
The current state processing flow checks for duplicate IDs before
|
||||||
processing excludes. An error occurs if duplicate IDs are present even if
|
processing excludes. An error occurs if duplicate IDs are present even if
|
||||||
one of the IDs is targeted by an ``exclude``.
|
one of the IDs is targeted by an ``exclude``.
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.thorium.check
|
||||||
|
|
||||||
.. automodule:: salt.thorium.check
|
.. automodule:: salt.thorium.check
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.thorium.file
|
||||||
|
|
||||||
.. automodule:: salt.thorium.file
|
.. automodule:: salt.thorium.file
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.thorium.local
|
||||||
|
|
||||||
.. automodule:: salt.thorium.local
|
.. automodule:: salt.thorium.local
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.thorium.reg
|
||||||
|
|
||||||
.. automodule:: salt.thorium.reg
|
.. automodule:: salt.thorium.reg
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ salt.thorium.timer
|
||||||
|
|
||||||
.. automodule:: salt.thorium.timer
|
.. automodule:: salt.thorium.timer
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
|
@ -7,5 +7,3 @@ APIs
|
||||||
|
|
||||||
../ref/clients/index
|
../ref/clients/index
|
||||||
netapi/index
|
netapi/index
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -167,4 +167,3 @@ assigned to the VM:
|
||||||
securitygroup:
|
securitygroup:
|
||||||
- default
|
- default
|
||||||
- salt-master
|
- salt-master
|
||||||
|
|
||||||
|
|
|
@ -199,4 +199,3 @@ Driver Support
|
||||||
- Container creation
|
- Container creation
|
||||||
- Image listing (LXC templates)
|
- Image listing (LXC templates)
|
||||||
- Running container information (IP addresses, etc.)
|
- Running container information (IP addresses, etc.)
|
||||||
|
|
||||||
|
|
|
@ -145,4 +145,3 @@ any number of VMs. On subsequent runs, any VMs that do not exist are created,
|
||||||
and VMs that are already configured are left unmodified.
|
and VMs that are already configured are left unmodified.
|
||||||
|
|
||||||
See :ref:`Cloud Map File <salt-cloud-map>`.
|
See :ref:`Cloud Map File <salt-cloud-map>`.
|
||||||
|
|
||||||
|
|
|
@ -101,4 +101,3 @@ Execute a query and return all information about the nodes running on configured
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Additional documentation about Scaleway can be found at `<https://www.scaleway.com/docs>`_.
|
Additional documentation about Scaleway can be found at `<https://www.scaleway.com/docs>`_.
|
||||||
|
|
||||||
|
|
|
@ -266,4 +266,3 @@ Create and use your new Salt minion
|
||||||
sudo apt install git
|
sudo apt install git
|
||||||
git clone ssh://git@github.com/yourID/your_project
|
git clone ssh://git@github.com/yourID/your_project
|
||||||
# etc...
|
# etc...
|
||||||
|
|
||||||
|
|
|
@ -199,4 +199,3 @@ command:
|
||||||
# salt-cloud --list-locations myxen
|
# salt-cloud --list-locations myxen
|
||||||
|
|
||||||
Returns a list of resource pools.
|
Returns a list of resource pools.
|
||||||
|
|
||||||
|
|
|
@ -35,9 +35,3 @@ In an issue report, please include the following information:
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Please be certain to scrub any logs or SLS files for sensitive data!
|
Please be certain to scrub any logs or SLS files for sensitive data!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -154,5 +154,3 @@ Shell completion scripts for the Salt CLI are available in the ``pkg`` Salt
|
||||||
`source directory`_.
|
`source directory`_.
|
||||||
|
|
||||||
.. _source directory: https://github.com/saltstack/salt/tree/develop/pkg
|
.. _source directory: https://github.com/saltstack/salt/tree/develop/pkg
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -68,5 +68,3 @@ register of executed jobs. Salt comes with two main mechanisms to do this, the
|
||||||
master job cache and the external job cache.
|
master job cache and the external job cache.
|
||||||
|
|
||||||
See :ref:`Storing Job Results in an External System <external-job-cache>`.
|
See :ref:`Storing Job Results in an External System <external-job-cache>`.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -44,4 +44,3 @@ Salt Vagrant Demo
|
||||||
A Salt Demo using Vagrant.
|
A Salt Demo using Vagrant.
|
||||||
|
|
||||||
https://github.com/UtahDave/salt-vagrant-demo
|
https://github.com/UtahDave/salt-vagrant-demo
|
||||||
|
|
||||||
|
|
|
@ -112,4 +112,3 @@ the 'url' key above should say ``url: http://127.0.0.1:8000``
|
||||||
|
|
||||||
11. States can be written to target the proxy. Feel free to experiment with
|
11. States can be written to target the proxy. Feel free to experiment with
|
||||||
them.
|
them.
|
||||||
|
|
||||||
|
|
|
@ -491,4 +491,3 @@ States
|
||||||
* :mod:`states.zabbix_hostgroup <salt.states.zabbix_hostgroup>`
|
* :mod:`states.zabbix_hostgroup <salt.states.zabbix_hostgroup>`
|
||||||
* :mod:`states.zabbix_user <salt.states.zabbix_user>`
|
* :mod:`states.zabbix_user <salt.states.zabbix_user>`
|
||||||
* :mod:`states.zabbix_usergroup <salt.states.zabbix_usergroup>`
|
* :mod:`states.zabbix_usergroup <salt.states.zabbix_usergroup>`
|
||||||
|
|
||||||
|
|
|
@ -13,4 +13,3 @@ GCE Driver
|
||||||
The GCE salt cloud driver can now be used with GCE instance credentials by
|
The GCE salt cloud driver can now be used with GCE instance credentials by
|
||||||
setting the configuration parameters ``service_account_private_key`` and
|
setting the configuration parameters ``service_account_private_key`` and
|
||||||
``service_account_private_email`` to an empty string.
|
``service_account_private_email`` to an empty string.
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,3 @@ Fixed
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- Fixes salt-ssh authentication when using tty (#58922)
|
- Fixes salt-ssh authentication when using tty (#58922)
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,3 @@ Fixed
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- Fixes salt-ssh authentication when using tty (#58922)
|
- Fixes salt-ssh authentication when using tty (#58922)
|
||||||
|
|
||||||
|
|
|
@ -60,4 +60,3 @@ Added
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- Added docs demonstrating how to apply an MSI patch with winrepo (#32780)
|
- Added docs demonstrating how to apply an MSI patch with winrepo (#32780)
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,3 @@ Fixed
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- Fixes salt-ssh authentication when using tty (#58922)
|
- Fixes salt-ssh authentication when using tty (#58922)
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,3 @@ Fixed
|
||||||
- Allow "extra_filerefs" as sanitized kwargs for SSH client.
|
- Allow "extra_filerefs" as sanitized kwargs for SSH client.
|
||||||
Fix regression on "cmd.run" when passing tuples as cmd. (#59664)
|
Fix regression on "cmd.run" when passing tuples as cmd. (#59664)
|
||||||
- Allow all ssh kwargs as sanitized kwargs for SSH client. (#59748)
|
- Allow all ssh kwargs as sanitized kwargs for SSH client. (#59748)
|
||||||
|
|
||||||
|
|
|
@ -16,4 +16,3 @@ Fixed
|
||||||
- Stop SSH from hanging if connection is lost. Also added args to customize grace period. (#60216)
|
- Stop SSH from hanging if connection is lost. Also added args to customize grace period. (#60216)
|
||||||
- Improve reliability of Terminal class (#60504)
|
- Improve reliability of Terminal class (#60504)
|
||||||
- Ignore configuration for 'enable_fqdns_grains' for AIX, Solaris and Juniper, assume False (#60529)
|
- Ignore configuration for 'enable_fqdns_grains' for AIX, Solaris and Juniper, assume False (#60529)
|
||||||
|
|
||||||
|
|
|
@ -18,4 +18,3 @@ Security
|
||||||
--------
|
--------
|
||||||
|
|
||||||
- Fixed PAM auth to reject auth attempt if user account is locked. (cve-2022-22967)
|
- Fixed PAM auth to reject auth attempt if user account is locked. (cve-2022-22967)
|
||||||
|
|
||||||
|
|
|
@ -27,4 +27,3 @@ Fixed
|
||||||
- Fix pkgrepo.managed signed-by in test=true mode (#62662)
|
- Fix pkgrepo.managed signed-by in test=true mode (#62662)
|
||||||
- Ensure the status of the service is captured when the beacon function is called, even when the event is not being emitted. (#62675)
|
- Ensure the status of the service is captured when the beacon function is called, even when the event is not being emitted. (#62675)
|
||||||
- The sub proxies controlled by Deltaproxy need to have their own req_channel otherwise there are timeout exceptions when the __master_req_channel_payload is fired and reacted on. (#62708)
|
- The sub proxies controlled by Deltaproxy need to have their own req_channel otherwise there are timeout exceptions when the __master_req_channel_payload is fired and reacted on. (#62708)
|
||||||
|
|
||||||
|
|
|
@ -87,4 +87,3 @@ The files in this type of package are configuration files for Salt, which
|
||||||
normally live in the ``/etc/salt/`` directory. Configuration files for packages
|
normally live in the ``/etc/salt/`` directory. Configuration files for packages
|
||||||
other than Salt can and should be handled with a Salt State (using a ``formula``
|
other than Salt can and should be handled with a Salt State (using a ``formula``
|
||||||
type of package).
|
type of package).
|
||||||
|
|
||||||
|
|
|
@ -55,4 +55,3 @@ See :ref:`Installing SPM Packages <spm-master>`
|
||||||
config
|
config
|
||||||
spm_formula
|
spm_formula
|
||||||
dev
|
dev
|
||||||
|
|
||||||
|
|
|
@ -118,4 +118,3 @@ command.
|
||||||
|
|
||||||
If files have been modified, they will not be removed. Empty directories will
|
If files have been modified, they will not be removed. Empty directories will
|
||||||
also be removed.
|
also be removed.
|
||||||
|
|
||||||
|
|
|
@ -135,4 +135,3 @@ installed on.
|
||||||
|
|
||||||
Please see the :ref:`SPM Development Guide <spm-development>` for information
|
Please see the :ref:`SPM Development Guide <spm-development>` for information
|
||||||
on creating new modules for package file management.
|
on creating new modules for package file management.
|
||||||
|
|
||||||
|
|
|
@ -47,4 +47,3 @@ create_repo`` command:
|
||||||
SPM generates the repository metadata for all of the packages in that directory
|
SPM generates the repository metadata for all of the packages in that directory
|
||||||
and places it in an ``SPM-METADATA`` file at the folder root. This command is
|
and places it in an ``SPM-METADATA`` file at the folder root. This command is
|
||||||
used even if repository metadata already exists in that directory.
|
used even if repository metadata already exists in that directory.
|
||||||
|
|
||||||
|
|
|
@ -79,4 +79,3 @@ resources to learn more about state and renderers.
|
||||||
../tutorials/states_pt3
|
../tutorials/states_pt3
|
||||||
../tutorials/states_pt4
|
../tutorials/states_pt4
|
||||||
../../ref/states/index
|
../../ref/states/index
|
||||||
|
|
||||||
|
|
|
@ -32,4 +32,3 @@ which has a value that contains the word ``production``:
|
||||||
.. important::
|
.. important::
|
||||||
See :ref:`Is Targeting using Grain Data Secure? <faq-grain-security>` for
|
See :ref:`Is Targeting using Grain Data Secure? <faq-grain-security>` for
|
||||||
important security information.
|
important security information.
|
||||||
|
|
||||||
|
|
|
@ -23,5 +23,3 @@ your deployment as needed for redundancy, geographical distribution, and scale.
|
||||||
../tutorials/intro_scale
|
../tutorials/intro_scale
|
||||||
../tutorials/multimaster
|
../tutorials/multimaster
|
||||||
../tutorials/multimaster_pki
|
../tutorials/multimaster_pki
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -525,4 +525,3 @@ Relevant Salt Files and Resources
|
||||||
- :ref:`Salt Proxy Minion Docs <proxy-minion>`
|
- :ref:`Salt Proxy Minion Docs <proxy-minion>`
|
||||||
- :ref:`Salt Proxy Minion End-to-End Example <proxy-minion-end-to-end-example>`
|
- :ref:`Salt Proxy Minion End-to-End Example <proxy-minion-end-to-end-example>`
|
||||||
- :mod:`vSphere Execution Module <salt.modules.vsphere>`
|
- :mod:`vSphere Execution Module <salt.modules.vsphere>`
|
||||||
|
|
||||||
|
|
|
@ -406,4 +406,3 @@ out the issue. But always change the root admin password in the first place.
|
||||||
|
|
||||||
This is very helpful for any module that needs credentials to apply state
|
This is very helpful for any module that needs credentials to apply state
|
||||||
changes: mysql, keystone, etc.
|
changes: mysql, keystone, etc.
|
||||||
|
|
||||||
|
|
|
@ -67,4 +67,3 @@ You will want to place the minion keys before starting the salt-minion daemon:
|
||||||
|
|
||||||
Once in place, you should be able to start salt-minion and run ``salt-call
|
Once in place, you should be able to start salt-minion and run ``salt-call
|
||||||
state.apply`` or any other salt commands that require master authentication.
|
state.apply`` or any other salt commands that require master authentication.
|
||||||
|
|
||||||
|
|
|
@ -106,4 +106,3 @@ External Pillars
|
||||||
================
|
================
|
||||||
|
|
||||||
:ref:`External pillars <external-pillars>` are supported when running in masterless mode.
|
:ref:`External pillars <external-pillars>` are supported when running in masterless mode.
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,3 @@ States Tutorial, Part 5 - Orchestration with Salt
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
This was moved to :ref:`Orchestrate Runner <orchestrate-runner>`.
|
This was moved to :ref:`Orchestrate Runner <orchestrate-runner>`.
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@
|
||||||
|
|
||||||
# hack to load functions from salt_common completion
|
# hack to load functions from salt_common completion
|
||||||
complete --do-complete='salt_common --' >/dev/null
|
complete --do-complete='salt_common --' >/dev/null
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@
|
||||||
|
|
||||||
# hack to load functions from salt_common completion
|
# hack to load functions from salt_common completion
|
||||||
complete --do-complete='salt_common --' >/dev/null
|
complete --do-complete='salt_common --' >/dev/null
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@
|
||||||
|
|
||||||
# hack to load functions from salt_common completion
|
# hack to load functions from salt_common completion
|
||||||
complete --do-complete='salt_common --' >/dev/null
|
complete --do-complete='salt_common --' >/dev/null
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@
|
||||||
|
|
||||||
# hack to load functions from salt_common completion
|
# hack to load functions from salt_common completion
|
||||||
complete --do-complete='salt_common --' >/dev/null
|
complete --do-complete='salt_common --' >/dev/null
|
||||||
|
|
||||||
|
|
|
@ -436,4 +436,3 @@ function __fish_salt_prefix_with_arg_name
|
||||||
tee
|
tee
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
pkg/common/salt-api.service /lib/systemd/system
|
pkg/common/salt-api.service /lib/systemd/system
|
||||||
|
|
||||||
|
|
|
@ -67,4 +67,3 @@
|
||||||
</template>
|
</template>
|
||||||
</service>
|
</service>
|
||||||
</service_bundle>
|
</service_bundle>
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue