mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Improved the simple Formula usage example at the top
This commit is contained in:
parent
b224efc0d2
commit
f819a1e85c
1 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
============
|
||||
|
|
Loading…
Add table
Reference in a new issue