carlasouza / puppet-virt

Puppet Module for Virtualization Management
http://puppetlabs.com
166 stars 72 forks source link

Failed to load library 'libvirt' #2

Closed windowsrefund closed 13 years ago

windowsrefund commented 13 years ago

Module Version: bb33fa9 Puppet version: 2.6.2 OS: Debian GNU/Linux sqeeze Installed Packages: libvirt-bin, libvirt0, python-libvirt, virt-viewer, virtinst, vzctl, vzquota

Seeing the following error during a puppet run:

debug: Failed to load library 'libvirt' for feature 'libvirt' debug: Puppet::Type::Virt::ProviderLibvirt: feature libvirt is missing err: Could not run Puppet configuration client: Could not find a default provider for virt

Addition information: The module is located in my source tree as modules/virt

carlasouza commented 13 years ago

Have you installed the libvirt binding for ruby?

windowsrefund commented 13 years ago

I was just about to submit that I overcame it by installing the libvirt-ruby package :)

Also, looks like python-virtinst has been renamed to virtinst

Thanks for the help