Issue #14156 has been updated by Gary Wilson (@earthgecko).
h2. The same is true for puppet-2.7.13.el6 <pre> [root@zpf-lighttpd-dev-1-40g-ruk ~]# yum -y install puppet-2.7.13.el6 --enablerepo=puppetlabs Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror01.th.ifl.net * extras: mirror01.th.ifl.net * updates: mirror01.th.ifl.net Setting up Install Process No package puppet-2.7.13.el6 available. Error: Nothing to do [root@zpf-lighttpd-dev-1-40g-ruk ~]# </pre> ---------------------------------------- Bug #14156: puppet-2.7.13-1.el6.noarch - error in destinations.rb https://projects.puppetlabs.com/issues/14156#change-62231 Author: Gary Wilson (@earthgecko) Status: Closed Priority: Normal Assignee: Daniel Pittman Category: Target version: Affected Puppet version: 2.7.13 Keywords: Branch: In puppet-2.7.13-1.el6.noarch from http://yum.puppetlabs.com/el/6/dependencies/i386 there is an error in the destinations.rb file. <pre> [root@localhost ~]# puppet -V /usr/lib/ruby/site_ruby/1.8/puppet/util/log/destinations.rb:90: uninitialized constant Puppet::Util::Colors (NameError) from /usr/lib/ruby/site_ruby/1.8/puppet/util/classgen.rb:117:in `class_eval' from /usr/lib/ruby/site_ruby/1.8/puppet/util/classgen.rb:117:in `send' from /usr/lib/ruby/site_ruby/1.8/puppet/util/classgen.rb:117:in `genthing' from /usr/lib/ruby/site_ruby/1.8/puppet/util/classgen.rb:28:in `genclass' from /usr/lib/ruby/site_ruby/1.8/puppet/util/log.rb:21:in `newdesttype' from /usr/lib/ruby/site_ruby/1.8/puppet/util/log/destinations.rb:88 from /usr/lib/ruby/site_ruby/1.8/puppet/util/log.rb:34:in `require' from /usr/lib/ruby/site_ruby/1.8/puppet/util/log.rb:34 from /usr/lib/ruby/site_ruby/1.8/puppet/util/logging.rb:2:in `require' from /usr/lib/ruby/site_ruby/1.8/puppet/util/logging.rb:2 from /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:567:in `require' from /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:567 from /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:119:in `require' from /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:119 from /usr/lib/ruby/site_ruby/1.8/puppet/application/apply.rb:1:in `require' from /usr/lib/ruby/site_ruby/1.8/puppet/application/apply.rb:1 from /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:54:in `require' from /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:54:in `require_application' from /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:59:in `execute' from /usr/bin/puppet:4 </pre> Remove and install puppet-2.7.12-1.el6.noarch and error gone. <pre> [root@localhost ~]# yum remove puppet --enablerepo=puppetlabs ... ... Removed: puppet.noarch 0:2.7.13-1.el6 Complete! [root@localhost ~]# yum install puppet-2.7.12-1.el6.noarch --enablerepo=puppetlabs ... ... Installed: puppet.noarch 0:2.7.12-1.el6 [root@localhost ~]# puppet -V 2.7.12 [root@localhost ~]# </pre> -- 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.
