# File lib/vagrant-lxc/provider.rb, line 11 def self.usable?(raise_error=false) if !Vagrant::Util::Platform.linux? raise Errors::LxcLinuxRequired end true end