mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #3770 from hvnsweeting/develop
fixbug on `extend` example
This commit is contained in:
commit
c28dd8cff6
@ -139,11 +139,12 @@ vhosts file is changed:
|
||||
.. code-block:: yaml
|
||||
|
||||
include:
|
||||
- apache
|
||||
- apache.apache
|
||||
|
||||
extend:
|
||||
apache:
|
||||
service:
|
||||
- running
|
||||
- watch:
|
||||
- file: /etc/httpd/extra/httpd-vhosts.conf
|
||||
|
||||
@ -166,11 +167,12 @@ rewritten as follows:
|
||||
:emphasize-lines: 8,10,12
|
||||
|
||||
include:
|
||||
- apache
|
||||
- apache.apache
|
||||
|
||||
extend:
|
||||
apache:
|
||||
service:
|
||||
- running
|
||||
- watch:
|
||||
- file: mywebsite
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user