mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
[Doc] Add note for SVN state
Doc addition: SVN state needs subversion package installed
This commit is contained in:
parent
14e94b3593
commit
4a0040c1b4
1 changed files with 7 additions and 1 deletions
|
@ -3,10 +3,16 @@
|
|||
Manage SVN repositories
|
||||
=======================
|
||||
|
||||
Manage repository checkouts via the svn vcs system:
|
||||
Manage repository checkouts via the svn vcs system. Note that subversion must
|
||||
be installed for these states to be available, so svn states should include a
|
||||
requisite to a pkg.installed state for the package which provides subversion
|
||||
(``subversion`` in most cases). Example:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
subversion:
|
||||
pkg.installed
|
||||
|
||||
http://unladen-swallow.googlecode.com/svn/trunk/:
|
||||
svn.latest:
|
||||
- target: /tmp/swallow
|
||||
|
|
Loading…
Add table
Reference in a new issue