diff options
author | Nan Liu <nan.liu@gmail.com> | 2012-05-17 09:11:53 -0700 |
---|---|---|
committer | Nan Liu <nan.liu@gmail.com> | 2012-05-17 09:11:53 -0700 |
commit | 25652f4645e09a89a3e5d749958f89d00050175d (patch) | |
tree | 9118eb6838bfdd39ba20230b8e5c01be98fe8960 /manifests/params.pp | |
parent | edd39b0301a7db0af5098baf7a0b228036038493 (diff) | |
parent | 9038a12755c60ce3a7da3cac7274cadcf82057dc (diff) | |
download | puppet-tftp-25652f4645e09a89a3e5d749958f89d00050175d.tar.gz puppet-tftp-25652f4645e09a89a3e5d749958f89d00050175d.tar.bz2 |
Merge pull request #4 from branan/tb/14465
(#14465) Add inetd option for tftpd.
Diffstat (limited to 'manifests/params.pp')
-rw-r--r-- | manifests/params.pp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/manifests/params.pp b/manifests/params.pp index b268114..564e0f2 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -9,10 +9,11 @@ # Usage: # class tftp::params { - $address = '0.0.0.0' - $port = '69' - $username = 'tftp' - $options = '--secure' + $address = '0.0.0.0' + $port = '69' + $username = 'tftp' + $options = '--secure' + $inetd_conf = '/etc/inetd.conf' case $::operatingsystem { 'debian': { |