Skip to content

Commit

Permalink
Fix require net/sftp for Users SSA
Browse files Browse the repository at this point in the history
Fixing bug when users synchronization failed during SSA because of failure
in MiqSshUtil caused by uninitialized constant Net::SFTP.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1529127
  • Loading branch information
aufi committed Jan 5, 2018
1 parent d09f86a commit 1a14908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gems/pending/util/MiqSshUtil.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'net/ssh'
require 'net/sftp'

class MiqSshUtil
attr_reader :status, :host
Expand Down

0 comments on commit 1a14908

Please sign in to comment.