mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +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
|
||||
|
||||
def run():
|
||||
\(aq\(aq\(aq
|
||||
Install the django package
|
||||
\(aq\(aq\(aq
|
||||
return {\(aqinclude\(aq: [\(aqpython\(aq],
|
||||
\(aqdjango\(aq: {\(aqpkg\(aq: [\(aqinstalled\(aq]}}
|
||||
\(aq\(aq\(aq
|
||||
Install the django package
|
||||
\(aq\(aq\(aq
|
||||
return {\(aqinclude\(aq: [\(aqpython\(aq],
|
||||
\(aqdjango\(aq: {\(aqpkg\(aq: [\(aqinstalled\(aq]}}
|
||||
.ft P
|
||||
.fi
|
||||
.sp
|
||||
@ -2226,7 +2226,7 @@ moe:
|
||||
larry:
|
||||
user:
|
||||
\- present
|
||||
currly:
|
||||
curly:
|
||||
user:
|
||||
\- present
|
||||
.ft P
|
||||
|
@ -41,7 +41,7 @@ This templated sls file once generated will look like this:
|
||||
larry:
|
||||
user:
|
||||
- present
|
||||
currly:
|
||||
curly:
|
||||
user:
|
||||
- present
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user