mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #1086 from taavi/develop
Another couple of documentation bugs
This commit is contained in:
commit
b32a189948
@ -1813,11 +1813,11 @@ This example shows a very basic python SLS file:
|
|||||||
#!py
|
#!py
|
||||||
|
|
||||||
def run():
|
def run():
|
||||||
\(aq\(aq\(aq
|
\(aq\(aq\(aq
|
||||||
Install the django package
|
Install the django package
|
||||||
\(aq\(aq\(aq
|
\(aq\(aq\(aq
|
||||||
return {\(aqinclude\(aq: [\(aqpython\(aq],
|
return {\(aqinclude\(aq: [\(aqpython\(aq],
|
||||||
\(aqdjango\(aq: {\(aqpkg\(aq: [\(aqinstalled\(aq]}}
|
\(aqdjango\(aq: {\(aqpkg\(aq: [\(aqinstalled\(aq]}}
|
||||||
.ft P
|
.ft P
|
||||||
.fi
|
.fi
|
||||||
.sp
|
.sp
|
||||||
@ -2226,7 +2226,7 @@ moe:
|
|||||||
larry:
|
larry:
|
||||||
user:
|
user:
|
||||||
\- present
|
\- present
|
||||||
currly:
|
curly:
|
||||||
user:
|
user:
|
||||||
\- present
|
\- present
|
||||||
.ft P
|
.ft P
|
||||||
|
@ -41,7 +41,7 @@ This templated sls file once generated will look like this:
|
|||||||
larry:
|
larry:
|
||||||
user:
|
user:
|
||||||
- present
|
- present
|
||||||
currly:
|
curly:
|
||||||
user:
|
user:
|
||||||
- present
|
- present
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user