Skip to content

Commit

Permalink
puppet - when installer fails print info about katello-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Jul 26, 2012
1 parent c644566 commit 41c121d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/bin/katello-configure
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ begin
processing_logfile = nil
elsif line =~ /err:/
t.kill
puts "\n Failed, please check [#{processing_logfile}]"
puts "\n Failed, please check [#{processing_logfile}]\n Report errors using # katello-debug tool."
processing_logfile = nil
seen_err = true
end
Expand Down

0 comments on commit 41c121d

Please sign in to comment.