lib/rundock/attribute/node_attribute.rb in rundock-0.5.0 vs lib/rundock/attribute/node_attribute.rb in rundock-0.5.2
- old
+ new
@@ -12,10 +12,10 @@
:task_info,
:errexit,
:dry_run
]
- def next
+ def init_except_take_over_state
list.each do |k, _v|
define_attr(k, nil) unless AVAIL_TAKE_OVERS.include?(k)
end
end
end