diff options
author | crayfishx <craig@craigdunn.org> | 2012-07-11 09:41:43 -0700 |
---|---|---|
committer | crayfishx <craig@craigdunn.org> | 2012-07-11 09:41:43 -0700 |
commit | d5cc38649f298811127590323ec2f31c9df01da9 (patch) | |
tree | 80d13d4cceca44438dffc16fe0f28a7bab1ae945 /manifests | |
parent | ce162ee814bfe2e98d845118e9e3fbcef8817abf (diff) | |
download | puppet-tftp-d5cc38649f298811127590323ec2f31c9df01da9.tar.gz puppet-tftp-d5cc38649f298811127590323ec2f31c9df01da9.tar.bz2 |
Removed unneeded default
This default isn't needed while debian and ubuntu are the only things in osfamily Debian.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/params.pp | 6 |
1 files changed, 0 insertions, 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': { |