# File lib/vagrant-lxc/synced_folder.rb, line 4
      def usable?(machine)
        # These synced folders only work if the provider is LXC
        machine.provider_name == :lxc
      end