diff options
author | Luke Kanies <luke@madstop.com> | 2007-09-11 12:38:56 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-09-11 12:38:56 -0500 |
commit | 5aa4440b6fb8c9199ee549bd8fe0e4afb296c259 (patch) | |
tree | 4b502958da9929e6290993a7bc65e8b8fdc29dd9 /lib/puppet/util | |
parent | bb69a1f08a6b0ba37222eeddf28ffbff657283e7 (diff) | |
download | puppet-5aa4440b6fb8c9199ee549bd8fe0e4afb296c259.tar.gz puppet-5aa4440b6fb8c9199ee549bd8fe0e4afb296c259.tar.xz puppet-5aa4440b6fb8c9199ee549bd8fe0e4afb296c259.zip |
Doing an intermediate commit so rick can look at the work I have done so far.
Diffstat (limited to 'lib/puppet/util')
-rwxr-xr-x | lib/puppet/util/instance_loader.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/util/instance_loader.rb b/lib/puppet/util/instance_loader.rb index 1a64c9c69..bc0567866 100755 --- a/lib/puppet/util/instance_loader.rb +++ b/lib/puppet/util/instance_loader.rb @@ -70,5 +70,3 @@ module Puppet::Util::InstanceLoader instances[name] end end - -# $Id$ |