diff options
| author | Luke Kanies <luke@madstop.com> | 2008-08-26 23:11:39 -0700 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-08-26 23:11:39 -0700 |
| commit | 44c6a529d0a84d844b21f96d64de674487238f53 (patch) | |
| tree | 78213b54f0e0c3c36546aa90cd502e1be6809099 /bin | |
| parent | 82714246b913087292f04190e03a885c99723f52 (diff) | |
| download | puppet-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-x | bin/puppetd | 1 |
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' |
