Issue #4829 has been updated by James Turnbull. Status changed from Unreviewed to Needs more information
Matthew - can you run with --trace --debug --verbose and post the output please. Also what Ruby version and how did you install Puppet? ---------------------------------------- Bug #4829: error on puppet-master when compiling catalog http://projects.puppetlabs.com/issues/4829 Author: Matthew Flanagan Status: Needs more information Priority: Normal Assignee: Category: Target version: Affected version: 2.6.1 Keywords: Branch: I just upgrade my puppetmaster from 0.25.3 to 2.6.1 and I get the following error every time the master compiles a client catalog: Sep 19 03:11:06 master puppet-master[3436]: [ID 702911 daemon.error] expected next name, value pair in object at '} Sep 19 03:11:06 master '! Sep 19 03:11:07 master puppet-master[3436]: [ID 702911 daemon.error] expected next name, value pair in object at '} Sep 19 03:11:07 master '! # uname -a SunOS master 5.10 Generic_142909-17 sun4v sparc SUNW,Sun-Fire-T200 I thought it might be due to my manifest having some quirks but I reduced the site.pp to just node default { file { "/tmp/test_puppet": ensure => present, } } And still got the same error. -- 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.
