diff options
Diffstat (limited to 'manifests/params.pp')
-rw-r--r-- | manifests/params.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp index 3520068..bbe86cc 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -6,6 +6,7 @@ class tftp::params { $port = '69' $options = '--secure' $binary = '/usr/sbin/in.tftpd' + $inetd = true case $::osfamily { 'debian': { @@ -42,5 +43,4 @@ class tftp::params { warning("tftp:: $::operatingsystem may not be supported") } } - } |