Issue #820 has been updated by James Turnbull. Target version deleted (unplanned)
---------------------------------------- Bug #820: redhat interface provider does not prefetch interfaces without ipaddr https://projects.puppetlabs.com/issues/820 Author: Redmine Admin Status: Closed Priority: Normal Assignee: Luke Kanies Category: interface Target version: Patch: None Affected Puppet version: 0.24.4 Keywords: Branch: 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://projects.puppetlabs.com/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.
