summaryrefslogtreecommitdiffstats
path: root/lib/puppet/file_serving/content.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-10-18 12:24:05 -0500
committerLuke Kanies <luke@madstop.com>2007-10-18 12:24:05 -0500
commit815618568d88daf373fb057333c962e31a4b748b (patch)
treecf794db2fca50d312950abbf79fdbaeb0a649b7f /lib/puppet/file_serving/content.rb
parent2718b638d1df7fe37941952e396d84d1eff1efc9 (diff)
downloadpuppet-815618568d88daf373fb057333c962e31a4b748b.tar.gz
puppet-815618568d88daf373fb057333c962e31a4b748b.tar.xz
puppet-815618568d88daf373fb057333c962e31a4b748b.zip
Renaming the file_serving/{content,metadata} indirections
so that they make more sense in the REST API, and creating stub tests for the indirection termini. Now it's on to create the rest of the tests for them.
Diffstat (limited to 'lib/puppet/file_serving/content.rb')
-rw-r--r--lib/puppet/file_serving/content.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/file_serving/content.rb b/lib/puppet/file_serving/content.rb
index 773ae89a5..216072e49 100644
--- a/lib/puppet/file_serving/content.rb
+++ b/lib/puppet/file_serving/content.rb
@@ -10,7 +10,7 @@ require 'puppet/file_serving'
# asked for.
class Puppet::FileServing::Content
extend Puppet::Indirector
- indirects :content, :terminus_class => :file
+ indirects :file_content, :terminus_class => :file
attr_reader :path