Merge pull request #3770 from hvnsweeting/develop

fixbug on `extend` example
This commit is contained in:
Thomas S Hatch 2013-02-18 08:53:06 -08:00
commit c28dd8cff6

View File

@ -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