Merge branch 'master' into 18907_lazy_unmount_when_fails

This commit is contained in:
David Murphy 2023-12-11 10:11:43 -07:00 committed by GitHub
commit 59692d02f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -303,7 +303,7 @@ Also a requested state file overrules a directory with an `init.sls`-file.
For example:
* A request for :strong:`state.apply shell` will be served from the
:strong:`https://github.com/example/second.git` git repo.
:strong:`https://github.com/example/second.git` git repo.
.. note::

View file

@ -703,7 +703,6 @@ MISSING_EXAMPLES = {
"salt/modules/ssh_service.py": ["enabled", "running"],
"salt/modules/state.py": ["test", "get_pauses", "apply_"],
"salt/modules/swift.py": ["put", "get", "delete"],
"salt/modules/system.py": ["set_reboot_required_witnessed"],
"salt/modules/test.py": ["rand_str", "try_"],
"salt/modules/tls.py": ["validate"],
"salt/modules/tomcat.py": ["extract_war_version"],