lib/koma/backend/base.rb in koma-0.11.0 vs lib/koma/backend/base.rb in koma-0.12.0

- old
+ new

@@ -15,10 +15,10 @@ inventory_keys else key.split(',') end Koma::HostInventory.disabled_keys.each do |k| - keys.push(k) if @options["with-#{k}"] + keys.push(k) if @options["enable-#{k}"] end keys.each do |k| raise Koma::NotImplementedKeyError unless Koma::HostInventory.all_inventory_keys.include?(k) begin