summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTravis Fields <cyberious@users.noreply.github.com>2014-11-04 14:34:24 -0800
committerTravis Fields <cyberious@users.noreply.github.com>2014-11-04 14:34:24 -0800
commit4a9c69cb9d1242cdb53d1e758c07bdf79a8556cb (patch)
tree450ef707ce70c940a61b567a82d00e4a802064c5 /README.markdown
parent35f773056485f06fc42e9e4dced930de7a3e1fa2 (diff)
parent5a9545b83b69f262a9814a5bdd644f3c7336bb10 (diff)
Merge pull request #217 from mhaskel/test
Merge 1.2.x into master
Diffstat (limited to 'README.markdown')
-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.