fuel-library/deployment/puppet/vcsrepo
vic 977c0d331b Ignore metadata.json 2013-01-11 14:09:25 +04:00
..
examples Initial commit 2012-09-07 17:38:58 -07:00
lib/puppet Initial commit 2012-09-07 17:38:58 -07:00
spec Initial commit 2012-09-07 17:38:58 -07:00
.gitignore Ignore metadata.json 2013-01-11 14:09:25 +04:00
.project Add project files 2013-01-10 18:37:05 +04:00
LICENSE Initial commit 2012-09-07 17:38:58 -07:00
Modulefile Initial commit 2012-09-07 17:38:58 -07:00
README.BZR.markdown Initial commit 2012-09-07 17:38:58 -07:00
README.CVS.markdown Initial commit 2012-09-07 17:38:58 -07:00
README.GIT.markdown Initial commit 2012-09-07 17:38:58 -07:00
README.HG.markdown Initial commit 2012-09-07 17:38:58 -07:00
README.SVN.markdown Initial commit 2012-09-07 17:38:58 -07:00
README.markdown Initial commit 2012-09-07 17:38:58 -07:00
Rakefile Initial commit 2012-09-07 17:38:58 -07:00

README.markdown

vcsrepo

Purpose

This provides a single type, vcsrepo.

This type can be used to describe:

  • A working copy checked out from a (remote or local) source, at an arbitrary revision
  • A "blank" working copy not associated with a source (when it makes sense for the VCS being used)
  • A "blank" central repository (when the distinction makes sense for the VCS being used)

Supported Version Control Systems

This module supports a wide range of VCS types, each represented by a separate provider.

For information on how to use this module with a specific VCS, see README.<VCS>.markdown.

License

See LICENSE.