diff options
author | Luke Kanies <luke@madstop.com> | 2007-08-24 18:31:00 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-08-24 18:31:00 -0500 |
commit | c6e201cdd4ca5ee11a04cac77bf32faf40640b6d (patch) | |
tree | 7bcd93a091a327563d5641fb3c78aab548fed2fc /lib/puppet/util/autoload.rb | |
parent | 520aaafbb87805a79283386e37deb4b3093a1144 (diff) | |
download | puppet-c6e201cdd4ca5ee11a04cac77bf32faf40640b6d.tar.gz puppet-c6e201cdd4ca5ee11a04cac77bf32faf40640b6d.tar.xz puppet-c6e201cdd4ca5ee11a04cac77bf32faf40640b6d.zip |
I have added basic support for a search path, altho not yet with any ability to manipulate it. All config tests pass in both the old tests and the new ones, so it is time to add the hooks for manipulating the search path.
Diffstat (limited to 'lib/puppet/util/autoload.rb')
-rw-r--r-- | lib/puppet/util/autoload.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/util/autoload.rb b/lib/puppet/util/autoload.rb index be9e14671..65cd3affb 100644 --- a/lib/puppet/util/autoload.rb +++ b/lib/puppet/util/autoload.rb @@ -150,5 +150,3 @@ class Puppet::Util::Autoload [module_lib_dirs, Puppet[:libdir], $:].flatten end end - -# $Id$ |