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