diff options
author | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-06-25 14:35:29 -0700 |
---|---|---|
committer | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-06-25 14:35:29 -0700 |
commit | a2263208cd6e5007b28ef3859f2699b4b9580e25 (patch) | |
tree | 3ae144a5eaba9b35376c81d802a918f16c2b689f /manifests/params.pp | |
parent | 6500ac722b939b86c32559508be3c7f224ba5cfe (diff) | |
parent | 600754c8d841646c73df3e0fe5d4290e8ddfd37d (diff) | |
download | puppet-tftp-a2263208cd6e5007b28ef3859f2699b4b9580e25.tar.gz puppet-tftp-a2263208cd6e5007b28ef3859f2699b4b9580e25.tar.bz2 |
Merge pull request #8 from nanliu/tb/defaults
Add default module path for tftp::file
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' |