Issue #2094 has been updated by James Turnbull. Status changed from Ready for Checkin to Closed
Pushed in commit:"4036de9591bc1ab19df3a0c3bae4567240a4ec85" in branch master. ---------------------------------------- Bug #2094: filebucket errors are not obvious http://projects.reductivelabs.com/issues/2094 Author: Phil Schwartz Status: Closed Priority: Normal Assigned to: James Turnbull Category: fileserving Target version: 0.25.0 Complexity: Unknown Affected version: 0.24.7 Keywords: Some classes are able to access files perfectly, however, sometimes they can't and then a cryptic err: Could not find server puppet: getaddrinfo: Name or service not known appears. The file appears to be returned and a diff is output, however, that error prevents the file from actually being written to the client. The solution was to change: filebucket { main: server => puppet } to: filebucket { main: server => "mypuppetmaster.example.com" } I believe the original filebucket server was copied from the wiki, but I don't have the link handy. -- 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 -~----------~----~----~----~------~----~------~--~---
