diff options
author | Lauren Rother <lauren.rother@puppetlabs.com> | 2014-06-17 15:18:10 -0700 |
---|---|---|
committer | Lauren Rother <lauren.rother@puppetlabs.com> | 2014-06-17 15:58:45 -0700 |
commit | 8e4a9d2201c73fdd8d2601fcdec64f4089dbdb8f (patch) | |
tree | 0c2c5a6228911503e38409ed7ef5704d0951bd32 /README.markdown | |
parent | 3d4f2f81eace493052b9dc038a12ef900554025b (diff) | |
download | puppet-vcsrepo-8e4a9d2201c73fdd8d2601fcdec64f4089dbdb8f.tar.gz puppet-vcsrepo-8e4a9d2201c73fdd8d2601fcdec64f4089dbdb8f.tar.bz2 |
Remove extra READMEs
Delete the per-VCS readmes. They are all combined in the main readme now.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index d0b9169..39cd249 100644 --- a/README.markdown +++ b/README.markdown @@ -25,7 +25,7 @@ ##Overview -The vcsrepo module allows you to use Puppet to easily deploy code from your version control system (VCS). +The vcsrepo module allows you to use Puppet to easily deploy content from your version control system (VCS). ##Module Description @@ -246,7 +246,7 @@ For SSH keys associated with a user, enter the username in the `user` parameter. #####Further Examples -For for more examples using Git, see `examples/git/`. +For more examples using Git, see `examples/git/`. ###Mercurial @@ -415,7 +415,7 @@ The vcsrepo module is slightly unusual in that it is simply a type and providers * `module` - Specifies the repository module to manage. (Requires the `modules` feature.) * `owner` - Specifies the user/uid that owns the repository files. * `path` - Specifies the absolute path to the repository. If omitted, the value defaults to the resource's title. -* `provider` - The specific backend to use for this vcsrepo resource. Puppet will usually discover the appropriate provider for your platform. +* `provider` - Specifies the backend to use for this vcsrepo resource. * `remote` - Specifies the remote repository to track. (Requires the `multiple_remotes` feature.) * `revision` - Sets the revision of the repository. Values can match /^\S+$/. * `source` - Specifies the source URI for the repository. |