Issue #820 has been updated by luke. Status changed from Needs design decision to Closed Affected version set to 0.24.4
This ticket is irrelevant now that the interface type has been deprecated. ---------------------------------------- Bug #820: redhat interface provider does not prefetch interfaces without ipaddr http://projects.reductivelabs.com/issues/show/820 Author: admin Status: Closed Priority: Normal Assigned to: luke Category: interface Target version: unplanned Complexity: Unknown Patch: None Affected version: 0.24.4 Keywords: Having upgraded puppet on a redhat server to 0.23.2 (which includes the interface provider) from 0.22.4 where it was a patch, the interface provider redhat.rb does not function correctly; and seems to have difficulty parsing ifcfg-<interface> files where there are no IP addresses contained - thus failing to create the resource correctly. With the following interface definition : <pre> interface { "192.168.19.230": interface_type => "dummy", onboot => true } </pre> The following appears in the logs under such circumstances : <pre> err: Could not create 192.168.19.230: undefined method @provider' for nil:NilClass err: undefined method @provider' for nil:NilClass </pre> ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
