summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorLauren Rother <lauren.rother@puppetlabs.com>2014-06-17 15:18:10 -0700
committerLauren Rother <lauren.rother@puppetlabs.com>2014-06-17 15:58:45 -0700
commit8e4a9d2201c73fdd8d2601fcdec64f4089dbdb8f (patch)
tree0c2c5a6228911503e38409ed7ef5704d0951bd32 /README.markdown
parent3d4f2f81eace493052b9dc038a12ef900554025b (diff)
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.markdown6
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.