lib/sloe/device.rb in sloe-0.5.1 vs lib/sloe/device.rb in sloe-0.5.3

- old
+ new

@@ -4,10 +4,11 @@ module Sloe class Device < Sloe::Common def initialize(args, &block) - # Stop netconf gem from defaulting to :Junos and thus not loading :Junos extensions + # Stop netconf gem from defaulting to :Junos and thus + # not loading :Junos extensions args[:os_type] = :Netconf super( args, &block ) end end end