Skip to content

Commit

Permalink
Improved Formula installation instructions
Browse files Browse the repository at this point in the history
Refs #6739
  • Loading branch information
whiteinge committed Aug 17, 2013
1 parent e5ab0c9 commit 5f65993
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/topics/conventions/formulas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Installation
============

Each Salt Formula is an individual Git repository designed as a drop-in
addition to an existing Salt State tree either by using Salt's GitFS fileserver
backend or by cloning the repository manually.
addition to an existing Salt State tree. Formulas can be installed in the
following ways.

Adding a Formula as a GitFS remote
----------------------------------
Expand All @@ -51,6 +51,12 @@ Since Formulas are simply directories they can be copied onto the local file
system by using Git to clone the repository or by downloading and expanding a
tarball or zip file of the directory.

* Clone the repository manually and add a new entry to
:conf_master:`file_roots` pointing to the clone's directory.

* Clone the repository manually and then copy or link the Formula directory
into ``file_roots``.

Usage
=====

Expand Down

0 comments on commit 5f65993

Please sign in to comment.