summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/client/status.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network/client/status.rb')
-rw-r--r--lib/puppet/network/client/status.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/puppet/network/client/status.rb b/lib/puppet/network/client/status.rb
new file mode 100644
index 000000000..6c1a96e85
--- /dev/null
+++ b/lib/puppet/network/client/status.rb
@@ -0,0 +1,7 @@
+class Puppet::Network::Client::StatusClient < Puppet::Network::Client::ProxyClient
+ # set up the appropriate interface methods
+ @handler = Puppet::Network::Server::ServerStatus
+ self.mkmethods
+end
+
+# $Id$