diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/puppetd | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
