aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Van Doren <thomas.vandoren@gmail.com>2012-06-04 21:06:26 -0700
committerThomas Van Doren <thomas.vandoren@gmail.com>2012-06-04 21:06:26 -0700
commitdba42ac7ac71e63da48d8b7d545a784d81e7c710 (patch)
tree1ffb851d657c58aa2f9dec45fa49ad49f2a275fd
parent4d4d6f96e6e4e10d812c75fbf279e05269eef06e (diff)
downloadpuppet-tftp-dba42ac7ac71e63da48d8b7d545a784d81e7c710.tar.gz
puppet-tftp-dba42ac7ac71e63da48d8b7d545a784d81e7c710.tar.bz2
Add recurse tftp::file param to README.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1b3688c..9bd2000 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Example:
Parameters:
* ensure: file type, default file.
+* recurse: file recurse, default false.
* owner: file owner, default tftp.
* group: file group. default tftp.
* mode: file mode, default 0644 (puppet will change to 0755 for directories).