Disable reports for puppet apply

That would shorten the deployment a bit.
The previous attempt was done in
"c5331a0 - Dmitry Ilyin, 9 months ago :
Disable puppet reports causing agent hangs"
but was lost while moving to the masterless
mode.

Closes-bug: #1281162

Change-Id: Icdd667f5f0d33bff5c17e90f45a3cc0addfa83ab
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2014-05-12 17:01:21 +03:00
parent 5813d9b537
commit 2d2a44d2f7
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ module MCollective
end
def runonce_background
cmd = [@puppetd, "--logdest", 'syslog', '--trace']
cmd = [@puppetd, "--logdest", 'syslog', '--trace', '--no-report']
unless request[:forcerun]
if @splaytime && @splaytime > 0
cmd << "--splaylimit" << @splaytime << "--splay"