diff options
author | Luke Kanies <luke@madstop.com> | 2007-09-21 13:18:51 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-09-21 13:18:51 -0500 |
commit | 7e2ff4b39404ad9b0bdbc40d92c80bcb8c76fcf6 (patch) | |
tree | 25767ebbea5aa5b1a46f3d366c8b2d815a016774 /lib/puppet | |
parent | 7740cd497f936859fa5213c34dae485b5b70ba60 (diff) | |
download | puppet-7e2ff4b39404ad9b0bdbc40d92c80bcb8c76fcf6.tar.gz puppet-7e2ff4b39404ad9b0bdbc40d92c80bcb8c76fcf6.tar.xz puppet-7e2ff4b39404ad9b0bdbc40d92c80bcb8c76fcf6.zip |
Adding a couple more tests to the indirector, talking about
terminus registration. I am about to change how loading is
handled, so that individual termini are declared as normal
Ruby classes.
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/indirector.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/indirector.rb b/lib/puppet/indirector.rb index 90f4d3d33..bb7006431 100644 --- a/lib/puppet/indirector.rb +++ b/lib/puppet/indirector.rb @@ -39,8 +39,6 @@ module Puppet::Indirector # does all of the rest -- loading, storing, and retrieving by name. require 'puppet/util/instance_loader' extend Puppet::Util::InstanceLoader - -# JRB:TODO - where did this come from, re: the specs? also, shouldn't this be protected/private? # Register a given indirection type. The classes including this module # handle creating terminus instances, but the module itself handles |