diff --git a/lib/vagrant-zones/action.rb b/lib/vagrant-zones/action.rb index a1d2307..6554d3d 100644 --- a/lib/vagrant-zones/action.rb +++ b/lib/vagrant-zones/action.rb @@ -6,7 +6,7 @@ module VagrantPlugins module ProviderZone # Run actions against the machine - module Action + module Action # rubocop:disable Metrics/ClassLength include Vagrant::Action::Builtin @logger = Log4r::Logger.new('vagrant_zones::action') diff --git a/lib/vagrant-zones/action/message_not_created.rb b/lib/vagrant-zones/action/message_not_created.rb index f4e16c9..dc8abfc 100644 --- a/lib/vagrant-zones/action/message_not_created.rb +++ b/lib/vagrant-zones/action/message_not_created.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require 'log4r' + module VagrantPlugins module ProviderZone module Action