lib/rundock/builder/backend_builder.rb in rundock-0.5.0 vs lib/rundock/builder/backend_builder.rb in rundock-0.5.2

- old
+ new

@@ -17,12 +17,9 @@ @parsed_options.merge!(@options) # update ssh options for node from node_info @parsed_options.merge!(@node_info[@nodename.to_sym][:ssh_opts]) - # delete trash ssh_options(node[host::ssh_options]) - @node_info[@nodename.to_sym].delete(:ssh_opts) - # add any attributes for host from node_info @parsed_options.merge!(@node_info[@nodename.to_sym]) Backend.create(backend_type, @parsed_options) end