Issue #16790 has been updated by Felipe Salum.
having the same issue with a compiled python 2.7 in a Centos6 # /var/opt/python/bin/python /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/yumhelper.py <type 'exceptions.AttributeError'> with the standard python 6 works. ---------------------------------------- Refactor #16790: Rubyize yumhelper.py to remove dependency on python https://projects.puppetlabs.com/issues/16790#change-82684 Author: Alex Cline Status: In Topic Branch Pending Review Priority: Normal Assignee: Category: package Target version: Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/1205 There are several bugs (bug 11380 being one that triggered this patch) that highlight the fact that the version of python used as the default on a system running puppet can break yumhelper.py. This refactor removes yumhelper.py and moves the functionality into the Yum provider in puppet. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
