From d418a40a91b6493a0659e8739587a79786735b3c Mon Sep 17 00:00:00 2001 From: crayfishx Date: Tue, 10 Jul 2012 14:28:08 -0700 Subject: 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. --- manifests/init.pp | 3 --- 1 file changed, 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' -- cgit v1.2.3