[mcagent] Add an option --ignorecache to puppet-agent.

This commit is contained in:
Andrey Danin 2013-07-29 14:52:01 +04:00
parent 8611a03efa
commit d617979d94
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ module MCollective
end
def runonce_background
cmd = [@puppetd, "--onetime", "--debug", "--logdest", 'syslog']
cmd = [@puppetd, "--onetime", "--ignorecache", "--debug", "--logdest", 'syslog']
unless request[:forcerun]
if @splaytime && @splaytime > 0