lib/chef/knife/topo/processor.rb in knife-topo-2.0.1 vs lib/chef/knife/topo/processor.rb in knife-topo-2.0.2
- old
+ new
@@ -19,10 +19,9 @@
#
# The processor class converts a topology into node data and artifacts,
# based on the strategy
#
-require 'chef/mixin/deep_merge'
module KnifeTopo
# Base processor
class Processor
# rubocop:disable Style/ClassVars
@@processor_classes = {}