summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Fields <cyberious@users.noreply.github.com>2014-11-03 14:23:48 -0800
committerTravis Fields <cyberious@users.noreply.github.com>2014-11-03 14:23:48 -0800
commit5a9545b83b69f262a9814a5bdd644f3c7336bb10 (patch)
tree450ef707ce70c940a61b567a82d00e4a802064c5
parent37897ec80e7736f86cb5d747d6147b41d5e27eec (diff)
parent2055ea138a8af3dcc3c077687fc216c20bb2a65e (diff)
Merge pull request #216 from mhaskel/missing_doc
Add missing doc update.
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index de6ae9a..08b8865 100644
--- a/README.markdown
+++ b/README.markdown
@@ -489,7 +489,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.
+* `excludes` - Lists any files to be excluded from the repository. 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.