| Class | Puppet::Network::Client |
| In: |
lib/puppet/network/client.rb
|
| Parent: | Object |
The base class for all of the clients. Many clients just directly call methods, but some of them need to do some extra work or provide a different interface.
| Client | = | self |
| driver | [R] | |
| lastrun | [RW] | |
| local | [RW] | |
| schedule | [RW] | |
| stopping | [RW] |
Determine what clients look for when being passed an object for local client/server stuff. E.g., you could call Client::CA.new(:CA => ca).