aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrayfishx <craig@craigdunn.org>2012-07-11 09:41:43 -0700
committercrayfishx <craig@craigdunn.org>2012-07-11 09:41:43 -0700
commitd5cc38649f298811127590323ec2f31c9df01da9 (patch)
tree80d13d4cceca44438dffc16fe0f28a7bab1ae945
parentce162ee814bfe2e98d845118e9e3fbcef8817abf (diff)
downloadpuppet-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.
-rw-r--r--manifests/params.pp6
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': {