Issue #1421 has been updated by jgoldschrafe.
I'm noticing the same exact problem in my deployment. It just started happening today and I have no idea what's causing it. ---------------------------------------- Bug #1421: missing comma in selector causes host to barf http://reductivelabs.com/redmine/issues/show/1421 Author: madduck Status: Unreviewed Priority: Normal Assigned to: Category: Target version: Keywords: Complexity: Unknown Patch: None Affected version: 0.24.4 I have this in my site.pp manifest (full file attached): <pre> Package { provider => $operatingsystem ? { debian => aptitude, } } </pre> (note that there's comma missing at the end of line 4.) When a new host connects, it barfs (full debug,trace output attached): > err: Could not retrieve catalog: No matching value for selector param '' at > /etc/puppet/manifests/site.pp:8 on node pict.oerlikon.madduck.net On second run, the problem is gone. I cannot reproduce the problem evern after cleaning out the clientbucket, state, and ssl/certs directory. ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
