From: crayfishx Date: Wed, 11 Jul 2012 16:41:43 +0000 (-0700) Subject: Removed unneeded default X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d5cc38649f298811127590323ec2f31c9df01da9;p=puppet-tftp.git Removed unneeded default This default isn't needed while debian and ubuntu are the only things in osfamily Debian. --- diff --git a/manifests/params.pp b/manifests/params.pp index 288f0b0..3520068 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -23,12 +23,6 @@ class tftp::params { $hasstatus = true $provider = 'upstart' } - default: { - $directory = '/var/lib/tftpboot' - $hasstatus = true - $provider = undef - warning("tftp:: cannot determine settings for $::operatingsystem") - } } } 'redhat': {