summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/client/file.rb
blob: 381a10cdb51826aab63fcf3e40fc29294413cf00 (plain)
1
2
3
4
5
6
7
class Puppet::Network::Client::File < Puppet::Network::Client::ProxyClient
    @handler = Puppet::Network::Handler.handler(:fileserver)
    @drivername = :FileServer
    self.mkmethods
end

# $Id$