aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcrayfishx <craig@craigdunn.org>2012-07-16 11:54:20 -0700
committercrayfishx <craig@craigdunn.org>2012-07-16 11:54:20 -0700
commitc0ea8207bc2bdb4d62c81ac6f547e560549f2fd3 (patch)
tree0b23992967d8d66da12b0441f7e9ae0c1cf8fb0b /README.md
parent0f70b0bfe7b5f8475ffade5f9e14c0632e42bd47 (diff)
downloadpuppet-tftp-c0ea8207bc2bdb4d62c81ac6f547e560549f2fd3.tar.gz
puppet-tftp-c0ea8207bc2bdb4d62c81ac6f547e560549f2fd3.tar.bz2
Make xinetd the default method for installing tftp
* Switched the inetd parameter to default to true * Moved the value into params.pp * Updated tests * Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 996f889..ae99176 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
Install tftp-hpa package and configuration files
+This module will install TFTP as a xinetd service by default. It can be overridden to run as a standalone daemon by setting the inetd parameter to false.
+
## Usage
### class tftp
@@ -15,7 +17,7 @@ Parameters:
* address: bind address, default 0.0.0.0.
* port: bind port, default 69.
* options: service option, default --secure.
-* inetd: run service via xinetd - default false.
+* inetd: run service via xinetd - default true
Example: