diff options
author | Ricky Ng <dummey@gmail.com> | 2015-02-12 14:49:41 -0600 |
---|---|---|
committer | Ricky Ng <dummey@gmail.com> | 2015-02-12 14:49:41 -0600 |
commit | 6bf794483ac41d2cffebec338eb926682897cef8 (patch) | |
tree | 5c5bb3ea315daa5970eb49e98589aed47c0edd9e /README.markdown | |
parent | b394f6961d984190a9ead8a3465f360ae5c6d365 (diff) | |
download | puppet-vcsrepo-6bf794483ac41d2cffebec338eb926682897cef8.tar.gz puppet-vcsrepo-6bf794483ac41d2cffebec338eb926682897cef8.tar.bz2 |
Update README.markdown
Clarified what the parameter 'excludes' is intended to do.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 34a51e2..9671fc5 100644 --- a/README.markdown +++ b/README.markdown @@ -517,7 +517,7 @@ The vcsrepo module is slightly unusual in that it is simply a type and providers * `cvs_rsh` - The value to be used for the CVS_RSH environment variable. (Requires the `cvs_rsh` feature.) * `depth` - The value to be used to do a shallow clone. (Requires the `depth` feature.) * `ensure` - Determines the state of the repository. Valid values are 'present', 'bare', 'absent', 'latest'. -* `excludes` - Lists any files to be excluded from the repository. Can be an array or string. +* `excludes` - Lists any files to be excluded from being tracked by the repository (similiar to .gitignore). Can be an array or string. * `force` - Forces repository creation. Valid values are 'true' and 'false'. **WARNING** Forcing will destroy any files in the path. * `fstype` - Sets the filesystem type. (Requires the `filesystem_types` feature.) * `group` - Determines the group/gid that owns the repository files. |