Project

General

Profile

« Previous | Next » 

Revision f860d3d0

Added by Ohad Levy over 14 years ago

  • ID f860d3d0f39595dbaf25ab8243fc6c785b02162c

fixes #74 - tftp and puppet ca errors are not shown in the log file

View differences:

vendor/plugins/proxy/lib/proxy.rb
FileUtils.ln_s dst, link ,:force => true
true
rescue StandardError => e
logger.warn "TFTP Failed: #{e}"
logger.info "TFTP Failed: #{e}"
false
end
end
......
system "#{command} >> /tmp/puppetca.log 2>&1"
end
rescue StandardError => e
logger.warn "PuppetCA: clean failed: #{e}"
logger.info "PuppetCA: clean failed: #{e}"
false
end
end

Also available in: Unified diff