aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcrayfishx <craig@craigdunn.org>2012-07-10 16:51:52 -0700
committercrayfishx <craig@craigdunn.org>2012-07-10 16:51:52 -0700
commitcc0bee63f66091cdd724b0b96a54d7408f2a3a8d (patch)
treef80aba4634f70c7d6304c3e12776c7bffb3edd0f /README.md
parent0e60a3f8006c406c7db4c23f19a4d24a57603ef3 (diff)
downloadpuppet-tftp-cc0bee63f66091cdd724b0b96a54d7408f2a3a8d.tar.gz
puppet-tftp-cc0bee63f66091cdd724b0b96a54d7408f2a3a8d.tar.bz2
Tweaked documentation to add Redhat and show inet changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index d1c41c7..996f889 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## Overview
-Install tftp-hpa package and configuration files for osfamily Debian.
+Install tftp-hpa package and configuration files
## Usage
@@ -10,15 +10,12 @@ Install tftp-hpa package and configuration files for osfamily Debian.
Parameters:
-* username: tftp daemon user, default tftp.
+* username: tftp daemon user, default tftp(debian) or nobody(redhat).
* directory: service directory, deafult see params class.
* address: bind address, default 0.0.0.0.
* port: bind port, default 69.
* options: service option, default --secure.
-* inetd: run service via inetd, default false. (Warning: this option when enabled to true is not compatible with custom service options).
-* inetd_conf: inetd.conf file path, default /etc/inetd.conf.
-
-Enabling inetd requires [puppetlabs-inetd](https://github.com/puppetlabs/puppetlabs-inetd) module.
+* inetd: run service via xinetd - default false.
Example:
@@ -90,3 +87,4 @@ The module have been tested on the following operating systems. Testing and patc
* Debian Wheezy
* Ubuntu Oneiric
+* CentOS