mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-25 15:29:29 -05:00
Fix SaltStack document links
This commit is contained in:
parent
39d4be00cc
commit
8a0ba67406
@ -90,7 +90,7 @@ There are many very useful states:
|
|||||||
- For [managing files](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.file.html): Use this to create files or
|
- For [managing files](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.file.html): Use this to create files or
|
||||||
directories and change them (append lines, replace text, set their content etc.)
|
directories and change them (append lines, replace text, set their content etc.)
|
||||||
- For [installing and uninstalling](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.pkg.html) packages.
|
- For [installing and uninstalling](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.pkg.html) packages.
|
||||||
- For [executing shell commands](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.file.html).
|
- For [executing shell commands](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.cmd.html).
|
||||||
|
|
||||||
With these three states you can define most of the configuration of a VM.
|
With these three states you can define most of the configuration of a VM.
|
||||||
|
|
||||||
@ -602,7 +602,7 @@ install template and shutdown updateVM:
|
|||||||
## Further Reading
|
## Further Reading
|
||||||
|
|
||||||
- [Salt documentation](https://docs.saltstack.com/en/latest/)
|
- [Salt documentation](https://docs.saltstack.com/en/latest/)
|
||||||
- [Salt states](https://docs.saltstack.com/en/latest/ref/states/all/) ([files](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.file.html), [commands](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.file.html),
|
- [Salt states](https://docs.saltstack.com/en/latest/ref/states/all/) ([files](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.file.html), [commands](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.cmd.html),
|
||||||
[packages](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.pkg.html), [ordering](https://docs.saltstack.com/en/latest/ref/states/ordering.html))
|
[packages](https://docs.saltstack.com/en/latest/ref/states/all/salt.states.pkg.html), [ordering](https://docs.saltstack.com/en/latest/ref/states/ordering.html))
|
||||||
- [Top files](https://docs.saltstack.com/en/latest/ref/states/top.html)
|
- [Top files](https://docs.saltstack.com/en/latest/ref/states/top.html)
|
||||||
- [Jinja templates](http://jinja.pocoo.org/)
|
- [Jinja templates](http://jinja.pocoo.org/)
|
||||||
|
Loading…
Reference in New Issue
Block a user