Sha256: fa140e189e4b0b71613589c5f6f8d80a1e250b25b65140d02008319392e1bd7a
Contents?: true
Size: 421 Bytes
Versions: 3
Compression:
Stored size: 421 Bytes
Contents
class Puppet::Network::Handler class Status < Handler desc "A simple interface for testing Puppet connectivity." side :client @interface = XMLRPC::Service::Interface.new("status") { |iface| iface.add_method("int status()") } def status(client = nil, clientip = nil) return 1 end end end # $Id: status.rb 2479 2007-05-07 22:29:44Z luke $
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
puppet-0.23.0 | lib/puppet/network/handler/status.rb |
puppet-0.23.1 | lib/puppet/network/handler/status.rb |
puppet-0.23.2 | lib/puppet/network/handler/status.rb |