diff options
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': { |