From d5cc38649f298811127590323ec2f31c9df01da9 Mon Sep 17 00:00:00 2001 From: crayfishx Date: Wed, 11 Jul 2012 09:41:43 -0700 Subject: Removed unneeded default This default isn't needed while debian and ubuntu are the only things in osfamily Debian. --- manifests/params.pp | 6 ------ 1 file changed, 6 deletions(-) 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': { -- cgit v1.2.3