Signed-off-by: Luke Kanies <[EMAIL PROTECTED]>
---
bin/puppetmasterd | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/bin/puppetmasterd b/bin/puppetmasterd
index 69d1049..9c3cc16 100755
--- a/bin/puppetmasterd
+++ b/bin/puppetmasterd
@@ -187,7 +187,9 @@ require 'puppet/file_serving/metadata'
require 'puppet/checksum'
xmlrpc_handlers = [:Status, :FileServer, :Master, :Report, :Filebucket]
-rest_handlers = [:file_content, :file_metadata, :certificate, :facts,
:catalog, :report, :checksum]
+
+# Just set up serving to all of the indirected classes.
+rest_handlers = Puppet::Indirector::Indirection.instances
if Puppet[:ca]
xmlrpc_handlers << :CA
--
1.5.3.7
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---