Issue #7297 has been updated by Michael Stahnke. Status changed from Available In Testing Branch to Closed
Released fix in 2.7.0rc3 ---------------------------------------- Bug #7297: Output of resources is ugly in Ruby 1.9 https://projects.puppetlabs.com/issues/7297 Author: Aria Stewart Status: Closed Priority: Normal Assignee: Category: ruby19 Target version: 2.7.0 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.
