lib/vagrant-libvirt/action/destroy_networks.rb in vagrant-libvirt-0.0.6 vs lib/vagrant-libvirt/action/destroy_networks.rb in vagrant-libvirt-0.0.7
- old
+ new
@@ -1,9 +1,9 @@
require 'log4r'
require 'nokogiri'
module VagrantPlugins
- module Libvirt
+ module ProviderLibvirt
module Action
# Destroy all networks created for this specific domain. Skip
# removing if network has still active connections.
class DestroyNetworks