Issue #11325 has been updated by Daniel Pittman. Target version changed from 2.7.x to Telly
---------------------------------------- Bug #11325: Bogus confine warning when running on ruby 1.9.3 https://projects.puppetlabs.com/issues/11325#change-57911 Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Category: ruby19 Target version: Telly Affected Puppet version: 2.7.8 Keywords: ruby19 Branch: When running on ruby 1.9.3, Puppet::Provider::Confine will generate warnings like the following for any fact-based confine: <pre> Could not load confine test 'operatingsystem': cannot load such file -- puppet/provider/confine/operatingsystem </pre> Note the 'cannot load such file' part. The code is trying to match 'Could not load confine test' which is what the LoadError reports prior to 1.9.3 when the file doesn't work. -- 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.
