mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #1304 from thehoule/documentation
Fixed typo's in 0.9.9 releas notes
This commit is contained in:
commit
d2427f2583
@ -96,7 +96,7 @@ easily. A simple example:
|
|||||||
file.present:
|
file.present:
|
||||||
- source: salt://edit/vimrc
|
- source: salt://edit/vimrc
|
||||||
|
|
||||||
This makes the 2 lower state decs inherit the options from thier respectively
|
This makes the 2 lower state decs inherit the options from their respectively
|
||||||
"used" state decs.
|
"used" state decs.
|
||||||
|
|
||||||
Network State
|
Network State
|
||||||
@ -128,7 +128,7 @@ The original ssh_auth state was limited to accepting only arguments to apply
|
|||||||
to a public key, and the key itself. This was restrictive due to the way the
|
to a public key, and the key itself. This was restrictive due to the way the
|
||||||
we learned that many people were using the state, so the key section has been
|
we learned that many people were using the state, so the key section has been
|
||||||
expanded to accept options and arguments to the key that over ride arguments
|
expanded to accept options and arguments to the key that over ride arguments
|
||||||
passed in the stae. This gives substantial power to using ssh_auth with names:
|
passed in the state. This gives substantial power to using ssh_auth with names:
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user