diff options
author | Nan Liu <nan@puppetlabs.com> | 2012-06-25 13:43:26 -0700 |
---|---|---|
committer | Nan Liu <nan@puppetlabs.com> | 2012-06-25 14:34:15 -0700 |
commit | 600754c8d841646c73df3e0fe5d4290e8ddfd37d (patch) | |
tree | 3ae144a5eaba9b35376c81d802a918f16c2b689f /manifests/params.pp | |
parent | a45261555e1b70fc041fc001b4d4c1d18693ccc1 (diff) | |
download | puppet-tftp-600754c8d841646c73df3e0fe5d4290e8ddfd37d.tar.gz puppet-tftp-600754c8d841646c73df3e0fe5d4290e8ddfd37d.tar.bz2 |
Update documentation and README.
Diffstat (limited to 'manifests/params.pp')
-rw-r--r-- | manifests/params.pp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/manifests/params.pp b/manifests/params.pp index 564e0f2..e658184 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -1,13 +1,6 @@ # Class: tftp::params # -# Parameters: -# -# Actions: -# -# Requires: -# -# Usage: -# +# TFTP class parameters. class tftp::params { $address = '0.0.0.0' $port = '69' |