summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-08-26 23:11:39 -0700
committerLuke Kanies <luke@madstop.com>2008-08-26 23:11:39 -0700
commit44c6a529d0a84d844b21f96d64de674487238f53 (patch)
tree78213b54f0e0c3c36546aa90cd502e1be6809099 /bin
parent82714246b913087292f04190e03a885c99723f52 (diff)
downloadpuppet-44c6a529d0a84d844b21f96d64de674487238f53.tar.gz
puppet-44c6a529d0a84d844b21f96d64de674487238f53.tar.xz
puppet-44c6a529d0a84d844b21f96d64de674487238f53.zip
Removing mention of an obselete class.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/puppetd1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/puppetd b/bin/puppetd
index c17654892..758494c4f 100755
--- a/bin/puppetd
+++ b/bin/puppetd
@@ -162,7 +162,6 @@ trap(:INT) do
end
require 'puppet'
-require 'puppet/executables/client/certhandler'
require 'puppet/network/client'
require 'getoptlong'