From 435f1e9b52e11bc558405f2102c61db84fea03c2 Mon Sep 17 00:00:00 2001 From: Brice Figureau Date: Sat, 6 Dec 2008 16:53:03 +0100 Subject: Fix #1483 - use REST to transmit reports over the wire Signed-off-by: Brice Figureau --- bin/puppetd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/puppetd') diff --git a/bin/puppetd b/bin/puppetd index efd182426..ecea2d894 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -327,6 +327,8 @@ end # be local. Puppet::SSL::Host.ca_location = :remote +Puppet::Transaction::Report.terminus_class = :rest + # We need tomake the client either way, we just don't start it # if --no-client is set. client = Puppet::Network::Client.master.new(args) -- cgit