mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch 'master' into 18907_lazy_unmount_when_fails
This commit is contained in:
commit
59692d02f7
2 changed files with 1 additions and 2 deletions
|
@ -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::
|
||||
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue