Issue #11325 has been updated by Daniel Pittman. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/575
https://github.com/puppetlabs/puppet/pull/575 should resolve this problem for master / Telly. ---------------------------------------- Bug #11325: Bogus confine warning when running on ruby 1.9.3 https://projects.puppetlabs.com/issues/11325#change-57912 Author: Josh Cooper Status: In Topic Branch Pending Review Priority: Normal Assignee: Category: ruby19 Target version: Telly Affected Puppet version: 2.7.8 Keywords: ruby19 Branch: https://github.com/puppetlabs/puppet/pull/575 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.
