Skip to content

Commit

Permalink
Merge pull request ytti#782 from crami/master
Browse files Browse the repository at this point in the history
no space after password
  • Loading branch information
danilopopeye authored Aug 22, 2017
2 parents c8ca088 + bff3ae4 commit a417401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ source:
adapter: mysql2
database: oxidized
table: nodes
username: root
user: root
password: rootpass
map:
name: ip
Expand Down
2 changes: 1 addition & 1 deletion lib/oxidized/model/ironware.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class IronWare < Oxidized::Model
# match expected prompts on both older and newer
# versions of IronWare
username /^(Please Enter Login Name|Username):/
password /^(Please Enter Password |Password):/
password /^(Please Enter Password ?|Password):/
end

#handle pager with enable
Expand Down

0 comments on commit a417401

Please sign in to comment.