Improved the simple Formula usage example at the top

This commit is contained in:
Seth House 2014-08-05 18:58:30 -04:00
parent b224efc0d2
commit f819a1e85c

View file

@ -14,9 +14,15 @@ All official Salt Formulas are found as separate Git repositories in the
https://github.com/saltstack-formulas
As an example, quickly install and configure the popular memcached server using
sane defaults simply by including the :formula:`memcached-formula` repository
into an existing Salt States tree.
As a simple example, to install the popular Apache web server (using the normal
defaults for the underlying distro) simply include the
:formula:`apache-formula` from a top file:
.. code-block:: yaml
base:
'web*':
- apache
Installation
============