Skip to content

Commit

Permalink
Whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
baldoarturo committed Dec 27, 2021
1 parent cc500d4 commit c299c1f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions lib/oxidized/model/zy1308.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# For Zyxel OLTs series 1308
class Zy1308 < Oxidized::Model
# For Zyxel OLTs series 1308

cmd '/config_OLT-1308S-22.log'
cfg :http do
@username = @node.auth[:username]
@password = @node.auth[:password]
@secure = false
end
# For Zyxel OLTs series 1308

cmd '/config_OLT-1308S-22.log'
cfg :http do
@username = @node.auth[:username]
@password = @node.auth[:password]
@secure = false
end
end

0 comments on commit c299c1f

Please sign in to comment.