diff options
| author | Luke Kanies <luke@madstop.com> | 2009-02-18 16:33:47 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2009-02-19 17:50:28 -0600 |
| commit | d3bc1e8279b6e1d372ab3624982788cde026461d (patch) | |
| tree | 549d4365b52e7aea1cddf7365368d34cdb980b93 /lib/puppet/indirector/file_metadata | |
| parent | 00726bac02211be3c269c23a564bdcc8fdd28c2b (diff) | |
| download | puppet-d3bc1e8279b6e1d372ab3624982788cde026461d.tar.gz puppet-d3bc1e8279b6e1d372ab3624982788cde026461d.tar.xz puppet-d3bc1e8279b6e1d372ab3624982788cde026461d.zip | |
Adding pluginsyncing support to the Indirector
This switches away from the use of terminii for
each type of fileserving - it goes back to the traditional
fileserving method, and is much cleaner and simpler
as a result.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib/puppet/indirector/file_metadata')
| -rw-r--r-- | lib/puppet/indirector/file_metadata/modules.rb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/puppet/indirector/file_metadata/modules.rb b/lib/puppet/indirector/file_metadata/modules.rb deleted file mode 100644 index 4598c2175..000000000 --- a/lib/puppet/indirector/file_metadata/modules.rb +++ /dev/null @@ -1,17 +0,0 @@ -# -# Created by Luke Kanies on 2007-10-18. -# Copyright (c) 2007. All rights reserved. - -require 'puppet/file_serving/metadata' -require 'puppet/indirector/file_metadata' -require 'puppet/indirector/module_files' - -class Puppet::Indirector::FileMetadata::Modules < Puppet::Indirector::ModuleFiles - desc "Retrieve file metadata from modules." - - def find(*args) - return unless instance = super - instance.collect - instance - end -end |
