diff options
author | Thomas Van Doren <thomas.vandoren@gmail.com> | 2012-06-04 21:06:26 -0700 |
---|---|---|
committer | Thomas Van Doren <thomas.vandoren@gmail.com> | 2012-06-04 21:06:26 -0700 |
commit | dba42ac7ac71e63da48d8b7d545a784d81e7c710 (patch) | |
tree | 1ffb851d657c58aa2f9dec45fa49ad49f2a275fd | |
parent | 4d4d6f96e6e4e10d812c75fbf279e05269eef06e (diff) | |
download | puppet-tftp-dba42ac7ac71e63da48d8b7d545a784d81e7c710.tar.gz puppet-tftp-dba42ac7ac71e63da48d8b7d545a784d81e7c710.tar.bz2 |
Add recurse tftp::file param to README.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |