]> gitweb.fluxo.info Git - puppet-tftp.git/commitdiff
Removed unneeded default
authorcrayfishx <craig@craigdunn.org>
Wed, 11 Jul 2012 16:41:43 +0000 (09:41 -0700)
committercrayfishx <craig@craigdunn.org>
Wed, 11 Jul 2012 16:41:43 +0000 (09:41 -0700)
This default isn't needed while debian and ubuntu are the only things in osfamily Debian.

manifests/params.pp

index 288f0b0715e6559a63210d4ea938a5a66b8000bf..35200687aec53b1f83d64f739ba8e22cf62eb80f 100644 (file)
@@ -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': {