diff options
author | crayfishx <craig@craigdunn.org> | 2012-07-10 14:28:08 -0700 |
---|---|---|
committer | crayfishx <craig@craigdunn.org> | 2012-07-10 14:28:08 -0700 |
commit | d418a40a91b6493a0659e8739587a79786735b3c (patch) | |
tree | 21d1e1b9a8ea0beca63e2d09bb64ca5f01711774 /manifests | |
parent | c3d0b8b46f1cf9ed1b00660bacd1ebbcd96800da (diff) | |
download | puppet-tftp-d418a40a91b6493a0659e8739587a79786735b3c.tar.gz puppet-tftp-d418a40a91b6493a0659e8739587a79786735b3c.tar.bz2 |
According to the man pages and examples I've seen there is no reason
why server_args can't be used to pass in extra options to in.tftpd
If this is not the case, please let me know.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index df9dbc2..76ed7c9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -54,9 +54,6 @@ class tftp ( } if $inetd { - if $options != '--secure' { - fail('tftp class does not support custom options when inetd is enabled.') - } include 'xinetd' |