carlasouza / puppet-virt

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

First run error #1

Closed windowsrefund closed 13 years ago

windowsrefund commented 13 years ago

Puppet version: 0.25.4 Facter version: 1.5.8 Ruby version: 1.8.7

info: Retrieving plugin notice: /File[/var/puppet/lib/puppet/feature]/ensure: created notice: /File[/var/puppet/lib/puppet/feature/libvirt.rb]/ensure: content changed '{md5}3c6bbc5d7e9d7aeac9778bd2f5661b1e' to '{md5}3c6bbc5d7e9d7aeac9778bd2f5661b1e' notice: /File[/var/puppet/lib/puppet/provider/virt]/ensure: created notice: /File[/var/puppet/lib/puppet/provider/virt/libvirt.rb]/ensure: content changed '{md5}bedca1909c21bbd2114c5c7a9ae64726' to '{md5}bedca1909c21bbd2114c5c7a9ae64726' notice: /File[/var/puppet/lib/puppet/type/virt.rb]/ensure: content changed '{md5}e7fb62c7f989cfdf6fa682d9f9e6096f' to '{md5}e7fb62c7f989cfdf6fa682d9f9e6096f' info: Loading downloaded plugin /var/puppet/lib/puppet/feature/libvirt.rb info: Loading downloaded plugin /var/puppet/lib/puppet/provider/virt/libvirt.rb Could not autoload virt: undefined method newvalue' for Puppet::Type::Virt::ParameterPxe:Class err: Could not load downloaded file /var/puppet/lib/puppet/provider/virt/libvirt.rb: undefined methodprovide' for nil:NilClass info: Loading downloaded plugin /var/puppet/lib/puppet/type/virt.rb info: Redefining virt in Puppet::Type err: Could not load downloaded file /var/puppet/lib/puppet/type/virt.rb: undefined method `newvalue' for Puppet::Type::Virt::ParameterPxe:Class

carlasouza commented 13 years ago

Try to use it with version 2.6.x or you can substitute every 'newvalue' for 'newvalues' at type/virt.rb