summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-05-18 22:16:03 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-05-18 22:16:03 +0000
commit5671ce8bbc6eb75664190a7a2fe4b195ee31d4b7 (patch)
treead60e819920884794907d3cdca673895ebaf36d2 /lib/puppet/client.rb
parentb3ea53cd99df84a93fe2f093d2224e711f49e5dd (diff)
Added the last of the tests for the runner, along with the necessary work in puppetd to be able to start it.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1213 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/client.rb')
-rw-r--r--lib/puppet/client.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/client.rb b/lib/puppet/client.rb
index f1884ac85..fbc9b5e9e 100644
--- a/lib/puppet/client.rb
+++ b/lib/puppet/client.rb
@@ -9,11 +9,9 @@ module Puppet
# but at least it's better organized for now
class Client
include Puppet
- include SignalObserver
include Puppet::Util
-
# FIXME The cert stuff should only come up with networking, so it
# should be in the network client, not the normal client. But if i do
# that, it's hard to tell whether the certs have been initialized.