Issue #7297 has been updated by Daniel Pittman. Category set to ruby19 Status changed from Unreviewed to Needs Decision Assignee set to Nigel Kersten
Thanks for the report: this is, indeed, a bug: we depend on the less than ideal behaviour of printed arrays in Ruby 1.8, and that uglifies things in 1.9 substantially. I don't know if we will schedule this for the 2.7 release, but I have passed it on to the appropriate person to get that decision made. :) I appreciate your testing this stuff; having someone care about 1.9 compatibility out in the world makes it easier to get it doing the right thing. ---------------------------------------- Bug #7297: Output of resources is ugly in Ruby 1.9 https://projects.puppetlabs.com/issues/7297 Author: Aria Stewart Status: Needs Decision Priority: Normal Assignee: Nigel Kersten Category: ruby19 Target version: Affected Puppet version: 2.7.0rc1 Keywords: Branch: http://github.com/aredridel/puppet/tree/ticket/2.6.x/7297 You get user { 'root': [" ensure => 'present',\n", " comment => 'root',\n", " gid => '0',\n", " groups => ['bin', 'daemon', 'sys', 'adm', 'disk', 'wheel'],\n", " home => '/root',\n", " shell => '/bin/sh',\n", " uid => '0',\n"]} instead of user { 'root': ensure => 'present', comment => 'root', gid => '0', groups => ['bin', 'daemon', 'sys', 'adm', 'disk', 'wheel'], home => '/root', shell => '/bin/sh', uid => '0', } -- 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.
